X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fimages%2Fsupertux.strf;h=3b22127fc4afc3e738919ab720966f7720c18252;hb=bb5bf44283e1ca2a3cc306f557cef5dbc8c20a22;hp=1eddb4e248d1f58dd05561d5f81c3aa7d0fc08db;hpb=6f988a2dfbe4de1096a5ca6a4b30e7fc5355316c;p=supertux.git diff --git a/data/images/supertux.strf b/data/images/supertux.strf index 1eddb4e24..3b22127fc 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -964,7 +964,7 @@ (y-offset 0) (images "shared/stalactite.png")) (action - (name "broken") + (name "squished") (x-offset 0) (y-offset 16) (images "shared/stalactite-broken.png"))) @@ -1086,28 +1086,7 @@ (x-offset 6) (y-offset 10) (mirror-action "iced-left"))) - - ; Wingling - (sprite (name "wingling") - (action - (name "left") - (x-offset 0) - (y-offset 0) - (images "shared/wingling-1.png"))) - - ; Walkingtree - (sprite (name "walkingtree") - (action - (name "left") - (x-offset 0) - (y-offset 0) - (images "shared/walkingtree-left-1.png")) - (action - (name "left-small") - (x-offset 0) - (y-offset 0) - (images "shared/walkingtree-left-small-1.png"))) - + ; Dispenser (sprite (name "dispenser") (action @@ -1119,7 +1098,62 @@ (name "broken") (x-offset 0) (y-offset 0) - (images "shared/dispenser-broken.png"))) + (images "shared/dispenser-broken.png"))) + + ; MrRocket + (sprite (name "mrrocket") + (action + (name "left") + (fps 10.0) + (x-offset 3) + (y-offset 12) + (images "shared/mrrocket-0.png")) + + (action + (name "right") + (fps 10.0) + (x-offset 7) + (y-offset 12) + (mirror-action "left")) + + (action + (name "squished-left") + (x-offset 7) + (y-offset 0) + (images "shared/mrrocket-squished.png")) + + (action + (name "squished-right") + (x-offset 7) + (y-offset 0) + (mirror-action "squished-left")) + + (action + (name "collision-left") + (x-offset 3) + (y-offset 12) + (images "shared/mrrocket-collision.png")) + + (action + (name "collision-right") + (x-offset 3) + (y-offset 12) + (mirror-action "squished-left"))) + + (sprite (name "rocketexplosion") + (action + (name "explosion-left") + (fps 15.0) + (x-offset 0) + (y-offset 32) + (images "shared/mrrocket-explosion.png" + "shared/mrrocket-explosion-1.png")) + (action + (name "explosion-right") + (fps 15.0) + (x-offset 0) + (y-offset 32) + (mirror-action "explosion-left"))) ; Dummyguy (sprite (name "dummyguy") @@ -1301,14 +1335,14 @@ ; Door (sprite (name "door") (action - (name "default") + (name "normal") (x-offset 0) - (y-offset 64) + (y-offset 0) (images "shared/door-1.png")) (action (name "open") (x-offset 0) - (y-offset 64) + (y-offset 0) (images "shared/door-1.png" "shared/door-2.png" "shared/door-3.png" @@ -1329,7 +1363,7 @@ ; coin (sprite (name "coin") (action - (name "default") + (name "normal") (images "tilesets/coin-1.png" "tilesets/coin-2.png" "tilesets/coin-3.png" @@ -1346,7 +1380,7 @@ (sprite (name "bonusblock") (action (fps 15) - (name "default") + (name "normal") (images "tilesets/bonus2-1.png" "tilesets/bonus2-2.png" "tilesets/bonus2-3.png" @@ -1368,7 +1402,7 @@ (name "empty") (images "tilesets/bonus2-d.png")) (action - (name "default") + (name "normal") (images "tilesets/brick0.png")) ) @@ -1377,13 +1411,13 @@ (name "empty") (images "tilesets/bonus2-d.png")) (action - (name "default") + (name "normal") (images "tilesets/brick1.png")) ) (sprite (name "rock") (action - (name "default") + (name "normal") (images "tilesets/block11.png")) ) @@ -1400,6 +1434,62 @@ (y-offset 0) (images "shared/stomp.png") )) -) -;; EOF ;; + (sprite (name "bell") + (action + (name "normal") + (x-offset 0) + (y-offset 0) + (images "shared/bell/bell-m.png") + ) + (action + (name "ringing") + (images "shared/bell/bell-l.png" + "shared/bell/bell-m.png" + "shared/bell/bell-r.png" + "shared/bell/bell-m.png" + ) + ) + ) + + (sprite (name "unstable_tile") + (action + (images "shared/unstable_tile.png")) + ) + + (sprite (name "worldmaptux") + (action + (name "small") + (y-offset 10) + (images "worldmap/smalltux.png") + ) + (action + (name "large") + (y-offset 10) + (images "worldmap/tux.png") + ) + (action + (name "fire") + (y-offset 10) + (images "worldmap/firetux.png") + ) + ) + + (sprite (name "hatch") + (action + (name "normal") + (x-offset 0) + (y-offset 0) + (images "shared/hatch-1.png")) + (action + (name "open") + (x-offset 0) + (y-offset 0) + (images "shared/hatch-1.png" + "shared/hatch-2.png" + "shared/hatch-3.png" + "shared/hatch-4.png" + "shared/hatch-5.png" + "shared/hatch-6.png")) + ) +)