X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=data%2Fsupertux.strf;h=0d617a8edd036b792c81c7a413d4e92ddaefbc3c;hb=13b2baf22e0686299aa27982dad180779d00216b;hp=41181452f0f7a1baed06ae962f0bc44a9b6aa307;hpb=fcf9a94afe527884758b66ffc314dbb5b8b20c09;p=supertux.git diff --git a/data/supertux.strf b/data/supertux.strf index 41181452f..0d617a8ed 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -1,3 +1,4 @@ +;; -*- mode: scheme; -*- (supertux-resources ;; Small Tux Walk (sprite (name "smalltux-walk-left") @@ -29,33 +30,35 @@ ;; Small Tux Stand (sprite (name "smalltux-stand-left") (fps 15.0) - (x-hotspot 0) + (x-hotspot 5) (y-hotspot 9) (images "shared/smalltux-left-6.png" )) (sprite (name "smalltux-stand-right") (fps 15.0) - (x-hotspot 0) + (x-hotspot 5) (y-hotspot 9) (images "shared/smalltux-right-6.png")) ;; Small Tux Jump (sprite (name "smalltux-jump-left") (fps 15.0) - (x-hotspot 0) - (y-hotspot 0) + (x-hotspot 5) + (y-hotspot 7) (images "shared/smalltux-jump-left.png" )) (sprite (name "smalltux-jump-right") (fps 15.0) - (x-hotspot 0) - (y-hotspot 0) + (x-hotspot 5) + (y-hotspot 7) (images "shared/smalltux-jump-right.png")) (sprite (name "smalltux-gameover") (fps 10.0) + (x-hotspot 13) + (y-hotspot 6) (images "shared/smalltux-gameover-0.png" "shared/smalltux-gameover-1.png")) @@ -149,7 +152,7 @@ (sprite (name "largetux-duck-left") (x-hotspot 6) - (y-hotspot 2) + (y-hotspot 6) (images "shared/tux-duck-left.png")) (sprite (name "largetux-duck-right") (x-hotspot 6) @@ -185,6 +188,111 @@ "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) + (y-hotspot 2) + (images "shared/icetux-walk-left-0.png" + "shared/icetux-walk-left-1.png" + "shared/icetux-walk-left-2.png" + "shared/icetux-walk-left-3.png" + "shared/icetux-walk-left-4.png" + "shared/icetux-walk-left-5.png")) + + (sprite (name "icetux-walk-right") + (x-hotspot 6) + (y-hotspot 2) + (images "shared/icetux-walk-right-0.png" + "shared/icetux-walk-right-1.png" + "shared/icetux-walk-right-2.png" + "shared/icetux-walk-right-3.png" + "shared/icetux-walk-right-4.png" + "shared/icetux-walk-right-5.png")) + + (sprite (name "icetux-skid-right") + (x-hotspot 8) + (y-hotspot 3) + (images "shared/icetux-skid-right.png")) + + (sprite (name "icetux-skid-left") + (x-hotspot 8) + (y-hotspot 3) + (images "shared/icetux-skid-left.png")) + + (sprite (name "icetux-stand-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/icetux-stand-left.png")) + + (sprite (name "icetux-stand-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/icetux-stand-right.png")) + + (sprite (name "icetux-jump-left") + (x-hotspot 9) + (y-hotspot 2) + (images "shared/icetux-jump-left-0.png")) + (sprite (name "icetux-jump-right") + (x-hotspot 9) + (y-hotspot 2) + (images "shared/icetux-jump-right-0.png")) + + (sprite (name "icetux-duck-left") + (x-hotspot 6) + (y-hotspot 6) + (images "shared/icetux-duck-left.png")) + (sprite (name "icetux-duck-right") + (x-hotspot 6) + (y-hotspot 6) + (images "shared/icetux-duck-right.png")) + + + (sprite (name "icetux-kick-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/icetux-kick-left-0.png")) + + (sprite (name "icetux-kick-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/icetux-kick-right-0.png")) + + (sprite (name "icetux-grab-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/icetux-grab-left-0.png")) + + (sprite (name "icetux-grab-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/icetux-grab-right-0.png")) + ;; Firetux (sprite (name "firetux-walk-left") (x-hotspot 6) @@ -237,12 +345,12 @@ (sprite (name "firetux-duck-left") (x-hotspot 6) - (y-hotspot 2) - (images "shared/tux-duck-left.png")) + (y-hotspot 6) + (images "shared/firetux-duck-left.png")) (sprite (name "firetux-duck-right") (x-hotspot 6) (y-hotspot 6) - (images "shared/tux-duck-right.png")) + (images "shared/firetux-duck-right.png")) (sprite (name "firetux-kick-left") @@ -266,7 +374,7 @@ (images "shared/firetux-grab-right-0.png")) ;; Laptop - (sprite (name "laptop-left") + (sprite (name "mriceblock-left") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-left-0.png" @@ -274,29 +382,39 @@ "shared/mriceblock-left-2.png" "shared/mriceblock-left-1.png")) - (sprite (name "laptop-right") + (sprite (name "mriceblock-right") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-right-0.png" "shared/mriceblock-right-1.png" "shared/mriceblock-right-2.png" "shared/mriceblock-right-1.png")) + + (sprite (name "mriceblock-falling-right") + (x-hotspot 2) + (y-hotspot 3) + (images "shared/mriceblock-flat-right.png")) + + (sprite (name "mriceblock-falling-left") + (x-hotspot 2) + (y-hotspot 3) + (images "shared/mriceblock-flat-left.png")) - (sprite (name "laptop-flat-left") + (sprite (name "mriceblock-flat-left") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-flat-left.png")) - (sprite (name "laptop-flat-right") + (sprite (name "mriceblock-flat-right") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-flat-right.png")) - ; (sprite (name "laptop-falling-left") - ; (images "shared/laptop-falling-left.png")) + ; (sprite (name "mriceblock-falling-left") + ; (images "shared/mriceblock-falling-left.png")) - ; (sprite (name "laptop-falling-right") - ; (images "shared/laptop-falling-right.png")) + ; (sprite (name "mriceblock-falling-right") + ; (images "shared/mriceblock-falling-right.png")) (sprite (name "snowball-squished-left") (x-hotspot 1) @@ -320,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) @@ -338,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") @@ -386,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) @@ -418,9 +559,9 @@ "shared/flyingsnowball-left-1.png")) (sprite (name "flyingsnowball-squished") - (x-hotspot 1) - (y-hotspot -19) - (images "shared/snowball-squished-left.png")) + (x-hotspot 4) + (y-hotspot -12) + (images "shared/flyingsnowball-squished-left.png")) (sprite (name "spiky-left") (x-hotspot 6) @@ -434,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) @@ -464,13 +613,107 @@ "shared/star-3.png" "shared/star-2.png" "shared/star-1.png")) + (sprite (name "fireflower") + (images "shared/fireflower.png" + "shared/fireflower-1.png" + "shared/fireflower-2.png" + "shared/fireflower-3.png" + "shared/fireflower-2.png" + "shared/fireflower-1.png")) (sprite (name "iceflower") - (images "shared/iceflower.png" - "shared/iceflower-1.png" + (images "shared/iceflower-1.png" "shared/iceflower-2.png" - "shared/iceflower-3.png" - "shared/iceflower-2.png" - "shared/iceflower-1.png")) - ) + "shared/iceflower-3.png")) + + (sprite (name "firebullet") + (x-hotspot 12) + (x-hotspot 12) + (fps 20) + (images "shared/firebullet-1.png" + "shared/firebullet-2.png" + "shared/firebullet-3.png" + "shared/firebullet-4.png")) + (sprite (name "icebullet") + (x-hotspot 12) + (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 64) + (images "shared/door-1.png") + ) + (sprite (name "openingdoor") + (x-hotspot 0) + (y-hotspot 64) + (images "shared/door-1.png" + "shared/door-2.png" + "shared/door-3.png" + "shared/door-4.png" + "shared/door-5.png" + "shared/door-6.png" + "shared/door-7.png" + "shared/door-8.png" + "shared/door-8.png" + "shared/door-7.png" + "shared/door-6.png" + "shared/door-5.png" + "shared/door-4.png" + "shared/door-3.png" + "shared/door-2.png" + "shared/door-1.png") + ) + + ; Stomp + (sprite (name "stomp") + (x-hotspot 0) + (y-hotspot 0) + (images "shared/stomp.png") + ) +) ;; EOF ;;