X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fsupertux.strf;h=42ec2ed48b85f4dd53e612db0b9d7859ad94b381;hb=ccf30d17ad3a8b90334aaac9aad6919912bc0921;hp=1310b79e3eff4a57102ecffe7ede3c4d23890984;hpb=fa2b98faa2fb5fee716d47a86243d04cbf54f47e;p=supertux.git diff --git a/data/supertux.strf b/data/supertux.strf index 1310b79e3..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) @@ -613,7 +638,6 @@ (x-hotspot 12) (fps 20) (images "shared/icebullet-1.png")) - ; Trampoline (sprite (name "trampoline-1") (x-hotspot 0) @@ -656,6 +680,20 @@ (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 ;;