X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=data%2Fsupertux.strf;h=f454975039f46761d41e7a9929f7118260d99163;hb=6d1b4122ecb816a6f2b92155af33416c362a6b99;hp=c51229cb16118849c35cebd9dcbbb28bcbda593a;hpb=08bcafacb615bb9bfa6ce6a6732735a30b89a55c;p=supertux.git diff --git a/data/supertux.strf b/data/supertux.strf index c51229cb1..f45497503 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -1,5 +1,20 @@ +;; -*- mode: scheme; -*- (supertux-resources - (sprite (name "smalltux") + ;; Small Tux Walk + (sprite (name "smalltux-walk-left") + (fps 15.0) + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-left-1.png" + "shared/smalltux-left-2.png" + "shared/smalltux-left-3.png" + "shared/smalltux-left-4.png" + "shared/smalltux-left-5.png" + "shared/smalltux-left-6.png" + "shared/smalltux-left-7.png" + "shared/smalltux-left-8.png")) + + (sprite (name "smalltux-walk-right") (fps 15.0) (x-hotspot 5) (y-hotspot 9) @@ -11,41 +26,330 @@ "shared/smalltux-right-6.png" "shared/smalltux-right-7.png" "shared/smalltux-right-8.png")) - (sprite (name "bsod-left") - (images "shared/bsod-left-0.png" - "shared/bsod-left-1.png" - "shared/bsod-left-2.png" - "shared/bsod-left-3.png")) - - (sprite (name "bsod-right") - (images "shared/bsod-right-0.png" - "shared/bsod-right-1.png" - "shared/bsod-right-2.png" - "shared/bsod-right-3.png")) - (sprite (name "bsod-squished-left") - (images "shared/bsod-squished-left.png")) + ;; Small Tux Stand + (sprite (name "smalltux-stand-left") + (fps 15.0) + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-left-6.png" + )) - (sprite (name "bsod-squished-right") - (images "shared/bsod-squished-right.png")) + (sprite (name "smalltux-stand-right") + (fps 15.0) + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-right-6.png")) - (sprite (name "snowball-squished-left") - (x-hotspot 1) - (y-hotspot -19) - (images "shared/snowball-squished-left.png")) + ;; Small Tux Jump + (sprite (name "smalltux-jump-left") + (fps 15.0) + (x-hotspot 5) + (y-hotspot 7) + (images "shared/smalltux-jump-left.png" + )) - (sprite (name "snowball-squished-right") - (x-hotspot 1) - (y-hotspot -19) - (images "shared/snowball-squished-right.png")) + (sprite (name "smalltux-jump-right") + (fps 15.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")) + + (sprite (name "smalltux-skid-left") + (x-hotspot 6) + (y-hotspot 8) + (images "shared/smalltux-skid-left.png")) + + (sprite (name "smalltux-skid-right") + (x-hotspot 6) + (y-hotspot 8) + (images "shared/smalltux-skid-right.png")) + + (sprite (name "smalltux-kick-left") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-kick-left-0.png")) + + (sprite (name "smalltux-kick-right") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-kick-right-0.png")) + + (sprite (name "smalltux-grab-left") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-grab-left-0.png")) + + (sprite (name "smalltux-grab-right") + (x-hotspot 5) + (y-hotspot 9) + (images "shared/smalltux-grab-right-0.png")) + + (sprite (name "smalltux-star") + (x-hotspot 5) + (y-hotspot 15) + (images "shared/smalltux-star-0.png" + "shared/smalltux-star-1.png" + "shared/smalltux-star-2.png" + )) + + ;; Large Tux Walk + (sprite (name "largetux-walk-left") + (x-hotspot 6) + (y-hotspot 2) + (images "shared/largetux-walk-left-0.png" + "shared/largetux-walk-left-1.png" + "shared/largetux-walk-left-2.png" + "shared/largetux-walk-left-3.png" + "shared/largetux-walk-left-4.png" + "shared/largetux-walk-left-5.png")) + + (sprite (name "largetux-walk-right") + (x-hotspot 6) + (y-hotspot 2) + (images "shared/largetux-walk-right-0.png" + "shared/largetux-walk-right-1.png" + "shared/largetux-walk-right-2.png" + "shared/largetux-walk-right-3.png" + "shared/largetux-walk-right-4.png" + "shared/largetux-walk-right-5.png")) + + (sprite (name "largetux-skid-right") + (x-hotspot 8) + (y-hotspot 3) + (images "shared/largetux-skid-right.png")) + + (sprite (name "largetux-skid-left") + (x-hotspot 8) + (y-hotspot 3) + (images "shared/largetux-skid-left.png")) + + (sprite (name "largetux-stand-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-stand-left.png")) + + (sprite (name "largetux-stand-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-stand-right.png")) + + (sprite (name "largetux-jump-left") + (x-hotspot 9) + (y-hotspot 2) + (images "shared/largetux-jump-left-0.png")) + (sprite (name "largetux-jump-right") + (x-hotspot 9) + (y-hotspot 2) + (images "shared/largetux-jump-right-0.png")) + + (sprite (name "largetux-duck-left") + (x-hotspot 6) + (y-hotspot 6) + (images "shared/tux-duck-left.png")) + (sprite (name "largetux-duck-right") + (x-hotspot 6) + (y-hotspot 6) + (images "shared/tux-duck-right.png")) + + + (sprite (name "largetux-kick-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-kick-left-0.png")) + + (sprite (name "largetux-kick-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-kick-right-0.png")) + + (sprite (name "largetux-grab-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-grab-left-0.png")) + + (sprite (name "largetux-grab-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-grab-right-0.png")) - (sprite (name "bsod-falling-left") - (images "shared/bsod-falling-left.png")) + (sprite (name "largetux-star") + (x-hotspot 8) + (y-hotspot 8) + (images "shared/largetux-star-0.png" + "shared/largetux-star-1.png" + "shared/largetux-star-2.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 "bsod-falling-right") - (images "shared/bsod-falling-right.png")) - (sprite (name "laptop-left") + (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) + (y-hotspot 2) + (images "shared/firetux-walk-left-0.png" + "shared/firetux-walk-left-1.png" + "shared/firetux-walk-left-2.png" + "shared/firetux-walk-left-3.png" + "shared/firetux-walk-left-4.png" + "shared/firetux-walk-left-5.png")) + + (sprite (name "firetux-walk-right") + (x-hotspot 6) + (y-hotspot 2) + (images "shared/firetux-walk-right-0.png" + "shared/firetux-walk-right-1.png" + "shared/firetux-walk-right-2.png" + "shared/firetux-walk-right-3.png" + "shared/firetux-walk-right-4.png" + "shared/firetux-walk-right-5.png")) + + (sprite (name "firetux-skid-right") + (x-hotspot 8) + (y-hotspot 3) + (images "shared/firetux-skid-right.png")) + + (sprite (name "firetux-skid-left") + (x-hotspot 8) + (y-hotspot 3) + (images "shared/firetux-skid-left.png")) + + (sprite (name "firetux-stand-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/firetux-stand-left.png")) + + (sprite (name "firetux-stand-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/firetux-stand-right.png")) + + (sprite (name "firetux-jump-left") + (x-hotspot 9) + (y-hotspot 2) + (images "shared/firetux-jump-left-0.png")) + (sprite (name "firetux-jump-right") + (x-hotspot 9) + (y-hotspot 2) + (images "shared/firetux-jump-right-0.png")) + + (sprite (name "firetux-duck-left") + (x-hotspot 6) + (y-hotspot 6) + (images "shared/firetux-duck-left.png")) + (sprite (name "firetux-duck-right") + (x-hotspot 6) + (y-hotspot 6) + (images "shared/firetux-duck-right.png")) + + + (sprite (name "firetux-kick-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/firetux-kick-left-0.png")) + + (sprite (name "firetux-kick-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/firetux-kick-right-0.png")) + + (sprite (name "firetux-grab-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/firetux-grab-left-0.png")) + + (sprite (name "firetux-grab-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/firetux-grab-right-0.png")) + + ;; Laptop + (sprite (name "mriceblock-left") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-left-0.png" @@ -53,29 +357,49 @@ "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) + (y-hotspot -19) + (images "shared/snowball-squished-left.png")) + + (sprite (name "snowball-squished-right") + (x-hotspot 1) + (y-hotspot -19) + (images "shared/snowball-squished-right.png")) (sprite (name "jumpy-left-up") (x-hotspot 7) @@ -91,20 +415,22 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") + (fps 10.0) (x-hotspot 3) (y-hotspot 12) - (images "shared/mrbomb-left-0.png") - (images "shared/mrbomb-left-1.png") - (images "shared/mrbomb-left-2.png") - (images "shared/mrbomb-left-3.png")) + (images "shared/mrbomb-left-0.png" + "shared/mrbomb-left-1.png" + "shared/mrbomb-left-2.png" + "shared/mrbomb-left-3.png")) (sprite (name "mrbomb-right") + (fps 10.0) (x-hotspot 7) (y-hotspot 12) - (images "shared/mrbomb-right-0.png") - (images "shared/mrbomb-right-1.png") - (images "shared/mrbomb-right-2.png") - (images "shared/mrbomb-right-3.png")) + (images "shared/mrbomb-right-0.png" + "shared/mrbomb-right-1.png" + "shared/mrbomb-right-2.png" + "shared/mrbomb-right-3.png")) (sprite (name "mrbomb-ticking-left") @@ -122,9 +448,11 @@ "shared/mrbombx-right-1.png")) (sprite (name "mrbomb-explosion") + (fps 15.0) (x-hotspot 32) (y-hotspot 32) - (images "shared/mrbomb-explosion.png")) + (images "shared/mrbomb-explosion.png" + "shared/mrbomb-explosion-1.png")) (sprite (name "stalactite") (x-hotspot 0) @@ -174,7 +502,7 @@ (sprite (name "bouncingsnowball-squished") (x-hotspot 1) (y-hotspot -19) - (images "shared/bsod-squished-left.png")) + (images "shared/snowball-squished-left.png")) (sprite (name "flyingsnowball") (x-hotspot 4) @@ -183,9 +511,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) @@ -216,56 +544,6 @@ "shared/snowball-right-2.png" "shared/snowball-right-1.png")) - - (sprite (name "largetux-stand-left") - (x-hotspot 5) - (y-hotspot 1) - (images "shared/largetux-stand-left.png")) - - (sprite (name "largetux-stand-right") - (x-hotspot 5) - (y-hotspot 1) - (images "shared/largetux-stand-right.png")) - - (sprite (name "largetux-walk-left") - (x-hotspot 6) - (y-hotspot 2) - (images "shared/largetux-walk-left-0.png" - "shared/largetux-walk-left-1.png" - "shared/largetux-walk-left-2.png" - "shared/largetux-walk-left-3.png" - "shared/largetux-walk-left-4.png" - "shared/largetux-walk-left-5.png")) - - (sprite (name "largetux-walk-right") - (x-hotspot 6) - (y-hotspot 2) - (images "shared/largetux-walk-right-0.png" - "shared/largetux-walk-right-1.png" - "shared/largetux-walk-right-2.png" - "shared/largetux-walk-right-3.png" - "shared/largetux-walk-right-4.png" - "shared/largetux-walk-right-5.png")) - - (sprite (name "largetux-jump-left") - (x-hotspot 9) - (y-hotspot 2) - (images "shared/largetux-jump-left-0.png")) - (sprite (name "largetux-jump-right") - (x-hotspot 9) - (y-hotspot 2) - (images "shared/largetux-jump-right-0.png")) - - - (sprite (name "largetux-duck-left") - (x-hotspot 6) - (y-hotspot 2) - (images "shared/tux-duck-left.png")) - (sprite (name "largetux-duck-right") - (x-hotspot 6) - (y-hotspot 6) - (images "shared/tux-duck-right.png")) - (sprite (name "egg") (images "shared/egg.png")) (sprite (name "1up") @@ -279,28 +557,34 @@ "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" - "shared/iceflower-2.png" - "shared/iceflower-3.png" - "shared/iceflower-2.png" - "shared/iceflower-1.png")) - - (sprite (name "smalltux-gameover") - (fps 10.0) - (images "shared/smalltux-gameover-0.png" - "shared/smalltux-gameover-1.png")) - - (sprite (name "smalltux-skid-left") - (x-hotspot 6) - (y-hotspot 8) - (images "shared/smalltux-skid-left.png")) - - (sprite (name "smalltux-skid-right") - (x-hotspot 6) - (y-hotspot 8) - (images "shared/smalltux-skid-right.png")) + "shared/iceflower-1.png" + "shared/iceflower-2.png" + "shared/iceflower-3.png" + "shared/iceflower-2.png" + "shared/iceflower-1.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")) ) ;; EOF ;;