]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
New icons for mega health and large armor (images taken from the actual items)
authorterencehill <piuntn@gmail.com>
Mon, 11 Jun 2012 00:01:14 +0000 (02:01 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 11 Jun 2012 00:01:14 +0000 (02:01 +0200)
gfx/hud/default/item_large_armor.tga [new file with mode: 0644]
gfx/hud/default/item_mega_health.tga [new file with mode: 0644]
gfx/hud/luminos/item_large_armor.tga [new file with mode: 0644]
gfx/hud/luminos/item_mega_health.tga [new file with mode: 0644]
gfx/hud/old/item_large_armor.tga [new file with mode: 0644]
gfx/hud/old/item_mega_health.tga [new file with mode: 0644]
qcsrc/client/hud.qc

diff --git a/gfx/hud/default/item_large_armor.tga b/gfx/hud/default/item_large_armor.tga
new file mode 100644 (file)
index 0000000..6d84530
Binary files /dev/null and b/gfx/hud/default/item_large_armor.tga differ
diff --git a/gfx/hud/default/item_mega_health.tga b/gfx/hud/default/item_mega_health.tga
new file mode 100644 (file)
index 0000000..75515eb
Binary files /dev/null and b/gfx/hud/default/item_mega_health.tga differ
diff --git a/gfx/hud/luminos/item_large_armor.tga b/gfx/hud/luminos/item_large_armor.tga
new file mode 100644 (file)
index 0000000..6d84530
Binary files /dev/null and b/gfx/hud/luminos/item_large_armor.tga differ
diff --git a/gfx/hud/luminos/item_mega_health.tga b/gfx/hud/luminos/item_mega_health.tga
new file mode 100644 (file)
index 0000000..75515eb
Binary files /dev/null and b/gfx/hud/luminos/item_mega_health.tga differ
diff --git a/gfx/hud/old/item_large_armor.tga b/gfx/hud/old/item_large_armor.tga
new file mode 100644 (file)
index 0000000..5f43ab1
Binary files /dev/null and b/gfx/hud/old/item_large_armor.tga differ
diff --git a/gfx/hud/old/item_mega_health.tga b/gfx/hud/old/item_mega_health.tga
new file mode 100644 (file)
index 0000000..71c3d6d
Binary files /dev/null and b/gfx/hud/old/item_mega_health.tga differ
index 3067539503c856322167c198d2bf9acb4ab796d5..762637569eb29790d4f6699194bdd26942528054 100644 (file)
@@ -4928,11 +4928,11 @@ string GetItemsTimePicture(float i)
 {
        switch(i)
        {
-               case 0: return "armor";
-               case 1: return "health";
+               case 0: return "item_large_armor";
+               case 1: return "item_mega_health";
                case 2: return "strength";
                case 3: return "shield";
-               case 4: return "health";
+               case 4: return "item_mega_health";
                case 5: return "strength";
                case 6: return "shield";
                case 7: return "fuelregen";