]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Icons for fuelregen and jetpack
authorterencehill <piuntn@gmail.com>
Sat, 17 Dec 2011 21:32:21 +0000 (22:32 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 17 Dec 2011 21:32:21 +0000 (22:32 +0100)
gfx/hud/default/fuelregen.tga [new file with mode: 0644]
gfx/hud/default/jetpack.tga [new file with mode: 0644]
gfx/hud/luminos/fuelregen.tga [new file with mode: 0644]
gfx/hud/luminos/jetpack.tga [new file with mode: 0644]
qcsrc/client/hud.qc

diff --git a/gfx/hud/default/fuelregen.tga b/gfx/hud/default/fuelregen.tga
new file mode 100644 (file)
index 0000000..3f3a891
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 (file)
index 0000000..ba76c45
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 (file)
index 0000000..3f3a891
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 (file)
index 0000000..ba76c45
Binary files /dev/null and b/gfx/hud/luminos/jetpack.tga differ
index f2cee46e0429d94b3ca65ac75290b447e91784d6..43a9321c802af38292f8a4d30b8a74808f423ab2 100644 (file)
@@ -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 "";
        }
 }