X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fimages%2Fsupertux.strf;h=2ec2736f813a6bd01c5f1e488e06e8c8b93e1836;hb=0e05f9f7c94316dc58481d3a232f5897c7ff1274;hp=f81131fa6a8e636e374f7317a4653ce09f691fa8;hpb=7a87271678d68514ae2158c0c7adb383d6002872;p=supertux.git diff --git a/data/images/supertux.strf b/data/images/supertux.strf index f81131fa6..2ec2736f8 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -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 @@ -1161,6 +1140,73 @@ (images "shared/dummyguy-dead.png"))) + ; MrTree + (sprite (name "mrtree") + (action + (y-offset -3) + (fps 5) + (name "left") + (images "shared/mrtree-walk-left-0.png" + "shared/mrtree-walk-left-1.png" + "shared/mrtree-walk-left-2.png") + ) + (action + (y-offset -3) + (fps 5) + (name "right") + (mirror-action "left") + ) + (action + (y-offset -3) + (name "small-left") + (images "shared/mrtree-small-left-0.png" + "shared/mrtree-small-left-1.png" + "shared/mrtree-small-left-2.png") + ) + (action + (y-offset -3) + (name "small-right") + (mirror-action "small-left") + ) + (action + (y-offset -6) + (name "squished-left") + (images "shared/mrtree-squished-left.png") + ) + (action + (y-offset -6) + (name "squished-right") + (mirror-action "squished-left") + ) + ) + + ; PoisonIvy + (sprite (name "poisonivy") + (action + (name "left") + (x-offset 2) + (y-offset 4) + (images "shared/poisonivy-left-0.png" + "shared/poisonivy-left-1.png" + "shared/poisonivy-left-2.png")) + + (action + (name "right") + (x-offset 2) + (y-offset 4) + (mirror-action "left")) + (action + (name "squished-left") + (x-offset 1) + (y-offset -19) + (images "shared/poisonivy-squished-left.png")) + + (action + (name "squished-right") + (x-offset 1) + (y-offset -19) + (mirror-action "squished-left"))) + ;; Game elements follow @@ -1236,12 +1282,12 @@ (action (name "default") (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" @@ -1320,6 +1366,12 @@ (images "tilesets/block11.png")) ) + (sprite (name "invisibleblock") + (action + (name "empty") + (images "tilesets/bonus2-d.png")) + ) + ; Stomp (sprite (name "stomp") (action @@ -1327,6 +1379,28 @@ (y-offset 0) (images "shared/stomp.png") )) + + (sprite (name "bell") + (action + (name "default") + (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")) + ) ) ;; EOF ;;