]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
New images for keepaway for send_killnotification and HUD.
authorunknown <samual@xonotic.org>
Sat, 27 Nov 2010 08:09:39 +0000 (03:09 -0500)
committerunknown <samual@xonotic.org>
Sat, 27 Nov 2010 08:09:39 +0000 (03:09 -0500)
gfx/hud/default/keepawayball_carrying.tga
gfx/hud/default/notify_balldropped.tga [new file with mode: 0644]
gfx/hud/default/notify_ballpickedup.tga [new file with mode: 0644]
gfx/hud/luminos/keepawayball_carrying.tga
gfx/hud/luminos/notify_balldropped.tga [new file with mode: 0644]
gfx/hud/luminos/notify_ballpickedup.tga [new file with mode: 0644]
qcsrc/client/hud.qc

index 7300a1541d9ede8404e2e185660341ebcc996f22..9a63c3538c0078f90d127b9ee9b83b87859dca6b 100644 (file)
Binary files a/gfx/hud/default/keepawayball_carrying.tga and b/gfx/hud/default/keepawayball_carrying.tga differ
diff --git a/gfx/hud/default/notify_balldropped.tga b/gfx/hud/default/notify_balldropped.tga
new file mode 100644 (file)
index 0000000..7300a15
Binary files /dev/null and b/gfx/hud/default/notify_balldropped.tga differ
diff --git a/gfx/hud/default/notify_ballpickedup.tga b/gfx/hud/default/notify_ballpickedup.tga
new file mode 100644 (file)
index 0000000..9a63c35
Binary files /dev/null and b/gfx/hud/default/notify_ballpickedup.tga differ
index 7300a1541d9ede8404e2e185660341ebcc996f22..9a63c3538c0078f90d127b9ee9b83b87859dca6b 100644 (file)
Binary files a/gfx/hud/luminos/keepawayball_carrying.tga and b/gfx/hud/luminos/keepawayball_carrying.tga differ
diff --git a/gfx/hud/luminos/notify_balldropped.tga b/gfx/hud/luminos/notify_balldropped.tga
new file mode 100644 (file)
index 0000000..7300a15
Binary files /dev/null and b/gfx/hud/luminos/notify_balldropped.tga differ
diff --git a/gfx/hud/luminos/notify_ballpickedup.tga b/gfx/hud/luminos/notify_ballpickedup.tga
new file mode 100644 (file)
index 0000000..9a63c35
Binary files /dev/null and b/gfx/hud/luminos/notify_ballpickedup.tga differ
index 74c7b8d28b03ca801ebcea36678fe3f2c7e3a094..bcc225333ae38927538369527d5e73f3a83710ce 100644 (file)
@@ -3266,11 +3266,11 @@ void HUD_Notify (void)
                        }
                        else if(killnotify_deathtype[j] == KA_DROPBALL)
                        {
-                               s = "notify_blue_lost";
+                               s = "notify_balldropped";
                        }
                        else if(killnotify_deathtype[j] == KA_PICKUPBALL)
                        {
-                               s = "notify_blue_captured";
+                               s = "notify_ballpickedup";
                        }
                        
                        attacker = textShortenToWidth(killnotify_attackers[j], 0.48 * mySize_x - height, fontsize, stringwidth_colors);