From: terencehill Date: Sat, 17 Dec 2011 21:32:21 +0000 (+0100) Subject: Icons for fuelregen and jetpack X-Git-Tag: xonotic-v0.8.1~12^2~69 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4dd9592b724979764b03db552023f42ba42e2456;p=xonotic%2Fxonotic-data.pk3dir.git Icons for fuelregen and jetpack --- diff --git a/gfx/hud/default/fuelregen.tga b/gfx/hud/default/fuelregen.tga new file mode 100644 index 000000000..3f3a8918f Binary files /dev/null and b/gfx/hud/default/fuelregen.tga differ diff --git a/gfx/hud/default/jetpack.tga b/gfx/hud/default/jetpack.tga new file mode 100644 index 000000000..ba76c455e Binary files /dev/null and b/gfx/hud/default/jetpack.tga differ diff --git a/gfx/hud/luminos/fuelregen.tga b/gfx/hud/luminos/fuelregen.tga new file mode 100644 index 000000000..3f3a8918f Binary files /dev/null and b/gfx/hud/luminos/fuelregen.tga differ diff --git a/gfx/hud/luminos/jetpack.tga b/gfx/hud/luminos/jetpack.tga new file mode 100644 index 000000000..ba76c455e Binary files /dev/null and b/gfx/hud/luminos/jetpack.tga differ diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index f2cee46e0..43a9321c8 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4794,7 +4794,8 @@ string GetItemsTimePicture(float i) case 4: return "health"; case 5: return "strength"; case 6: return "shield"; - case 7: case 8: return "ammo_fuel"; // FIXME: proper image for jetpack and fuel regen + case 7: return "fuelregen"; + case 8: return "jetpack"; default: return ""; } }