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

diff --git a/gfx/hud/default/item_shield.tga b/gfx/hud/default/item_shield.tga
new file mode 100644 (file)
index 0000000..da87b64
Binary files /dev/null and b/gfx/hud/default/item_shield.tga differ
diff --git a/gfx/hud/default/item_strength.tga b/gfx/hud/default/item_strength.tga
new file mode 100644 (file)
index 0000000..ed0e8a8
Binary files /dev/null and b/gfx/hud/default/item_strength.tga differ
diff --git a/gfx/hud/luminos/item_shield.tga b/gfx/hud/luminos/item_shield.tga
new file mode 100644 (file)
index 0000000..da87b64
Binary files /dev/null and b/gfx/hud/luminos/item_shield.tga differ
diff --git a/gfx/hud/luminos/item_strength.tga b/gfx/hud/luminos/item_strength.tga
new file mode 100644 (file)
index 0000000..ed0e8a8
Binary files /dev/null and b/gfx/hud/luminos/item_strength.tga differ
diff --git a/gfx/hud/old/item_shield.tga b/gfx/hud/old/item_shield.tga
new file mode 100644 (file)
index 0000000..58cb73b
Binary files /dev/null and b/gfx/hud/old/item_shield.tga differ
diff --git a/gfx/hud/old/item_strength.tga b/gfx/hud/old/item_strength.tga
new file mode 100644 (file)
index 0000000..0f7689d
Binary files /dev/null and b/gfx/hud/old/item_strength.tga differ
index 762637569eb29790d4f6699194bdd26942528054..e6491425d7175aec52e3f3609b14a3cf64a79466 100644 (file)
@@ -4930,11 +4930,11 @@ string GetItemsTimePicture(float i)
        {
                case 0: return "item_large_armor";
                case 1: return "item_mega_health";
-               case 2: return "strength";
-               case 3: return "shield";
+               case 2: return "item_strength";
+               case 3: return "item_shield";
                case 4: return "item_mega_health";
-               case 5: return "strength";
-               case 6: return "shield";
+               case 5: return "item_strength";
+               case 6: return "item_shield";
                case 7: return "fuelregen";
                case 8: return "jetpack";
                case 9: return "superweapons";