X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fimages%2Fsupertux.strf;h=eb0fae59e9a3028fbfe6a061d6a7b93bb4592f68;hb=495f8b77cb935fe8eff81bec755efca8e34e8a99;hp=2ec2736f813a6bd01c5f1e488e06e8c8b93e1836;hpb=0e05f9f7c94316dc58481d3a232f5897c7ff1274;p=supertux.git diff --git a/data/images/supertux.strf b/data/images/supertux.strf index 2ec2736f8..eb0fae59e 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"))) @@ -1280,7 +1280,7 @@ ; Door (sprite (name "door") (action - (name "default") + (name "normal") (x-offset 0) (y-offset 0) (images "shared/door-1.png")) @@ -1308,7 +1308,7 @@ ; coin (sprite (name "coin") (action - (name "default") + (name "normal") (images "tilesets/coin-1.png" "tilesets/coin-2.png" "tilesets/coin-3.png" @@ -1325,7 +1325,7 @@ (sprite (name "bonusblock") (action (fps 15) - (name "default") + (name "normal") (images "tilesets/bonus2-1.png" "tilesets/bonus2-2.png" "tilesets/bonus2-3.png" @@ -1347,7 +1347,7 @@ (name "empty") (images "tilesets/bonus2-d.png")) (action - (name "default") + (name "normal") (images "tilesets/brick0.png")) ) @@ -1356,13 +1356,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")) ) @@ -1382,7 +1382,7 @@ (sprite (name "bell") (action - (name "default") + (name "normal") (x-offset 0) (y-offset 0) (images "shared/bell/bell-m.png") @@ -1401,6 +1401,40 @@ (action (images "shared/unstable_tile.png")) ) -) -;; EOF ;; + (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 "default") + (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")) + ) +)