From: terencehill Date: Mon, 11 Jun 2012 00:06:01 +0000 (+0200) Subject: New icons for strength and shield (images taken from the actual items) X-Git-Tag: xonotic-v0.8.1~12^2~37 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7004e099d80f51732c6604c598efd42286a5c636;p=xonotic%2Fxonotic-data.pk3dir.git New icons for strength and shield (images taken from the actual items) --- diff --git a/gfx/hud/default/item_shield.tga b/gfx/hud/default/item_shield.tga new file mode 100644 index 000000000..da87b648e 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 index 000000000..ed0e8a8d8 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 index 000000000..da87b648e 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 index 000000000..ed0e8a8d8 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 index 000000000..58cb73ba3 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 index 000000000..0f7689d21 Binary files /dev/null and b/gfx/hud/old/item_strength.tga differ diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 762637569..e6491425d 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -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";