X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fimages%2Fsupertux.strf;h=85c185e7d78e5aa63f4aa9780c369a03ba3b9d17;hb=55a19b5e43db960fc04773eb7f22edd86eac0e6c;hp=a14eec12a4285cba90588d8cfa6c072393a823cc;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/data/images/supertux.strf b/data/images/supertux.strf index a14eec12a..85c185e7d 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -782,6 +782,24 @@ ;; Bad Guys follow + (sprite (name "spike") + (action + (name "north") + (images "tilesets/spike_up.png") + ) + (action + (name "south") + (images "tilesets/spike_down.png") + ) + (action + (name "west") + (images "tilesets/spike_left.png") + ) + (action + (name "east") + (images "tilesets/spike_right.png") + ) + ) ;; MrIceBlock (sprite (name "mriceblock") @@ -1089,7 +1107,61 @@ (x-offset 0) (y-offset 0) (images "shared/walkingtree-left-small-1.png"))) + + ; Dispenser + (sprite (name "dispenser") + (action + (name "working") + (x-offset 0) + (y-offset 0) + (images "shared/dispenser-working.png")) + (action + (name "broken") + (x-offset 0) + (y-offset 0) + (images "shared/dispenser-broken.png"))) + + ; Dummyguy + (sprite (name "dummyguy") + (action + (name "left") + (x-offset 0) + (y-offset 32) + (images "shared/dummyguy-walk-1.png" + "shared/dummyguy-walk-2.png")) + + (action + (name "right") + (x-offset 0) + (y-offset 32) + (mirror-action "left")) + + (action + (name "stand") + (x-offset 0) + (y-offset 32) + (images "shared/dummyguy-stand.png")) + + (action + (name "throw") + (x-offset 0) + (y-offset 32) + (images "shared/dummyguy-throw.png")) + (action + (name "jump") + (x-offset 0) + (y-offset 32) + (images "shared/dummyguy-jump.png")) + + (action + (name "dead") + (x-offset 0) + (y-offset 32) + (images "shared/dummyguy-dead.png"))) + + + ;; Game elements follow (sprite (name "egg") @@ -1206,12 +1278,19 @@ (sprite (name "bonusblock") (action + (fps 15) (name "default") (images "tilesets/bonus2-1.png" "tilesets/bonus2-2.png" "tilesets/bonus2-3.png" "tilesets/bonus2-4.png" - "tilesets/bonus2-5.png")) + "tilesets/bonus2-5.png" + "tilesets/bonus2-3.png" + "tilesets/bonus2-2.png" + "tilesets/bonus2-1.png" + "tilesets/bonus2-1.png" + "tilesets/bonus2-1.png" + )) (action (name "empty") (images "tilesets/bonus2-d.png")) @@ -1234,29 +1313,13 @@ (name "default") (images "tilesets/brick1.png")) ) + + (sprite (name "invisibleblock") + (action + (name "empty") + (images "tilesets/bonus2-d.png")) + ) -; (sprite (name "openingdoor") -; (action -; (x-offset 0) -; (y-offset 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") (action