From: terencehill Date: Mon, 11 Jun 2012 00:01:14 +0000 (+0200) Subject: New icons for mega health and large armor (images taken from the actual items) X-Git-Tag: xonotic-v0.8.1~12^2~38 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b54421b7ede3b06ff3ec580675f4334c6e894742;p=xonotic%2Fxonotic-data.pk3dir.git New icons for mega health and large armor (images taken from the actual items) --- diff --git a/gfx/hud/default/item_large_armor.tga b/gfx/hud/default/item_large_armor.tga new file mode 100644 index 000000000..6d845304d 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 index 000000000..75515eb49 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 index 000000000..6d845304d 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 index 000000000..75515eb49 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 index 000000000..5f43ab1c8 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 index 000000000..71c3d6ddf Binary files /dev/null and b/gfx/hud/old/item_mega_health.tga differ diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 306753950..762637569 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -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";