From: Marek Moeckel Date: Tue, 8 Jun 2004 20:30:54 +0000 (+0000) Subject: Improved ice bullet using Benjamin's images X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ccf30d17ad3a8b90334aaac9aad6919912bc0921;hp=4b985b51e7d2da923d53a61bb5038d11978e9cda;p=supertux.git Improved ice bullet using Benjamin's images (It's not much, but it's something) SVN-Revision: 1443 --- diff --git a/data/images/shared/icebullet-1.png b/data/images/shared/icebullet-1.png index 998d71322..6ae3a5ed5 100644 Binary files a/data/images/shared/icebullet-1.png and b/data/images/shared/icebullet-1.png differ diff --git a/data/supertux.strf b/data/supertux.strf index 8f92419c8..42ec2ed48 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -638,7 +638,6 @@ (x-hotspot 12) (fps 20) (images "shared/icebullet-1.png")) - ; Trampoline (sprite (name "trampoline-1") (x-hotspot 0) diff --git a/src/special.cpp b/src/special.cpp index 3495017c1..ed95d961f 100644 --- a/src/special.cpp +++ b/src/special.cpp @@ -367,8 +367,8 @@ void load_special_gfx() img_star = sprite_manager->load("star"); img_1up = sprite_manager->load("1up"); - img_firebullet = sprite_manager->load("firebullet"); - img_icebullet = sprite_manager->load("icebullet"); + img_firebullet = sprite_manager->load("firebullet"); + img_icebullet = sprite_manager->load("icebullet"); } void free_special_gfx()