X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fsupertux.strf;h=42ec2ed48b85f4dd53e612db0b9d7859ad94b381;hb=ccf30d17ad3a8b90334aaac9aad6919912bc0921;hp=a8b145b73627363661e4d8df3fabc3d7a5bf309c;hpb=ba6b07bd294b3670f6ead2c75ead56869ca82697;p=supertux.git diff --git a/data/supertux.strf b/data/supertux.strf index a8b145b73..42ec2ed48 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -188,6 +188,31 @@ "shared/largetux-star-2.png" )) + ;; Growing Tux animation + (sprite (name "tux-grow-left") + (fps 4.0) + (x-hotspot 6) + (y-hotspot 2) + (images "shared/tux-grow-left-1.png" + "shared/tux-grow-left-2.png" + "shared/tux-grow-left-3.png" + "shared/tux-grow-left-4.png" + "shared/tux-grow-left-5.png" + "shared/tux-grow-left-6.png" + "shared/tux-grow-left-7.png")) + + (sprite (name "tux-grow-right") + (fps 4.0) + (x-hotspot 6) + (y-hotspot 2) + (images "shared/tux-grow-right-1.png" + "shared/tux-grow-right-2.png" + "shared/tux-grow-right-3.png" + "shared/tux-grow-right-4.png" + "shared/tux-grow-right-5.png" + "shared/tux-grow-right-6.png" + "shared/tux-grow-right-7.png")) + ;; Icetux (sprite (name "icetux-walk-left") (x-hotspot 6) @@ -413,6 +438,10 @@ (x-hotspot 7) (y-hotspot 8) (images "shared/jumpy-left-middle-0.png")) + (sprite (name "jumpy-left-iced") + (x-hotspot 7) + (y-hotspot 8) + (images "shared/jumpy-iced-left-up-0.png")) (sprite (name "mrbomb-left") (fps 10.0) @@ -431,6 +460,15 @@ "shared/mrbomb-right-1.png" "shared/mrbomb-right-2.png" "shared/mrbomb-right-3.png")) + (sprite (name "mrbomb-iced-left") + (x-hotspot 3) + (y-hotspot 12) + (images "shared/mrbomb-iced-left-0.png")) + + (sprite (name "mrbomb-iced-right") + (x-hotspot 7) + (y-hotspot 12) + (images "shared/mrbomb-iced-right-0.png")) (sprite (name "mrbomb-ticking-left") @@ -479,6 +517,16 @@ (y-hotspot 11) (images "shared/fish-down-0.png")) + (sprite (name "fish-iced") + (x-hotspot 2) + (y-hotspot 3) + (images "shared/fish-iced-left-0.png")) + + (sprite (name "fish-iced-down") + (x-hotspot 2) + (y-hotspot 11) + (images "shared/fish-iced-down-0.png")) + (sprite (name "bouncingsnowball-left") (x-hotspot 1) (y-hotspot 0) @@ -527,6 +575,14 @@ (images "shared/spiky-right-0.png" "shared/spiky-right-1.png" "shared/spiky-right-2.png")) + (sprite (name "spiky-iced-left") + (x-hotspot 6) + (y-hotspot 10) + (images "shared/spiky-iced-left-0.png")) + (sprite (name "spiky-iced-right") + (x-hotspot 6) + (y-hotspot 10) + (images "shared/spiky-iced-right-0.png")) (sprite (name "snowball-left") (x-hotspot 2) @@ -565,7 +621,9 @@ "shared/fireflower-2.png" "shared/fireflower-1.png")) (sprite (name "iceflower") - (images "shared/iceflower.png")) + (images "shared/iceflower-1.png" + "shared/iceflower-2.png" + "shared/iceflower-3.png")) (sprite (name "firebullet") (x-hotspot 12) @@ -580,6 +638,62 @@ (x-hotspot 12) (fps 20) (images "shared/icebullet-1.png")) - ) + ; Trampoline + (sprite (name "trampoline-1") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/trampoline-1.png")) + (sprite (name "trampoline-2") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/trampoline-2.png")) + (sprite (name "trampoline-3") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/trampoline-3.png")) + (sprite (name "trampoline-4") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/trampoline-4.png")) + + ; Flying platform + (sprite (name "flying_platform") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/flying_platform-1.png" + "shared/flying_platform-2.png" + "shared/flying_platform-3.png" + "shared/flying_platform-4.png")) + + ; Wingling + (sprite (name "wingling-left") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/wingling-1.png")) + + ; Walkingtree + (sprite (name "walkingtree-left") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/walkingtree-left-1.png")) + (sprite (name "walkingtree-left-small") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/walkingtree-left-small-1.png")) + + ; Door + (sprite (name "door") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/door.png") + ) + + ; Stomp + (sprite (name "stomp") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/stomp.png") + ) +) ;; EOF ;;