X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fimages%2Fsupertux.strf;h=8ca06fa384e9d2f779be16e1f72ed1bf471fd36d;hb=8cecc7815e5ab5fe2b646dbe6aaa8e95cf08e71f;hp=720217f73ae1cef19a7e5064bf2149e60b553e55;hpb=ad4cc7039db0c05354df820cbd62f5ca7e651193;p=supertux.git diff --git a/data/images/supertux.strf b/data/images/supertux.strf index 720217f73..8ca06fa38 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -1178,34 +1178,43 @@ (sprite (name "dummyguy") (action (name "left") + (fps 6) (x-offset 0) - (y-offset 0) - (images "shared/dummyguy-walk-1.png" - "shared/dummyguy-walk-2.png")) + (y-offset 40) + (images "shared/nolok/nolok_walk0.png" + "shared/nolok/nolok_walk1.png" + "shared/nolok/nolok_walk2.png" + "shared/nolok/nolok_walk3.png" + "shared/nolok/nolok_walk4.png")) (action (name "right") + (fps 6) (x-offset 0) - (y-offset 0) + (y-offset 40) (mirror-action "left")) (action (name "stand") (x-offset 0) - (y-offset 0) - (images "shared/dummyguy-stand.png")) + (y-offset 40) + (images "shared/nolok/nolok_walk0.png")) (action (name "throw") + (fps 6) (x-offset 0) - (y-offset 0) - (images "shared/dummyguy-throw.png")) + (y-offset 40) + (images "shared/nolok/nolok_throw0.png" + "shared/nolok/nolok_throw1.png")) (action (name "jump") (x-offset 0) - (y-offset 0) - (images "shared/dummyguy-jump.png")) + (y-offset 40) + (images "shared/nolok/nolok_jump0.png" + "shared/nolok/nolok_jump1.png" + "shared/nolok/nolok_jump2.png")) (action (name "dead") @@ -1511,4 +1520,11 @@ "shared/hatch-5.png" "shared/hatch-6.png")) ) + + (sprite (name "yeti") + (action + (name "normal") + (images "shared/yeti/yeti_b.png") + ) + ) )