[Super-tux-commit] supertux/data/images supertux.strf,1.10,1.11
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-09 10:00:10
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9119/data/images Modified Files: supertux.strf Log Message: Implemented mirroring in Sprite, so that now it's possible to adjust left offsets. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- supertux.strf 8 Sep 2004 13:33:30 -0000 1.10 +++ supertux.strf 9 Sep 2004 10:00:00 -0000 1.11 @@ -6,7 +6,7 @@ ;; Small Tux arms (name "small-tux-arms") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 14) @@ -20,43 +20,83 @@ "shared/smalltux/arms-walk-7.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 14) (images "shared/smalltux/arms-walk-5.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 14) (images "shared/smalltux/arms-jump-0.png")) (action - (name "skid") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "jump-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 15) (images "shared/smalltux/arms-skid-0.png")) (action - (name "kick") + (name "skid-left") + (fps 15.0) + (x-offset 6) + (y-offset 15) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 14) (images "shared/smalltux/arms-kick-0.png")) + (action + (name "kick-left") + (x-offset 5) + (y-offset 14) + (mirror-action "kick-right")) + ; Grabbing is arms specific! (action - (name "grab") + (name "grab-right") (x-offset 5) (y-offset 14) (images "shared/bigtux/arms-grab-0.png"))) + (action + (name "grab-left") + (x-offset 5) + (y-offset 14) + (mirror-action "grab-right")) + ;; Small Tux Body (sprite (name "small-tux-body") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 14) @@ -70,31 +110,64 @@ "shared/smalltux/body-walk-7.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 14) (images "shared/smalltux/body-walk-5.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 14) (images "shared/smalltux/body-jump-0.png")) (action - (name "skid") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "jump-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 15) (images "shared/smalltux/body-skid-0.png")) (action - (name "kick") + (name "skid-left") + (x-offset 6) + (y-offset 15) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 14) (images "shared/smalltux/body-kick-0.png"))) + (action + (name "kick-left") + (x-offset 5) + (y-offset 14) + (mirror-action "kick-right")) + ; End of Small Tux sprite ; Big Tux (no power) sprite @@ -103,7 +176,7 @@ (name "big-tux-arms") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 32) @@ -115,101 +188,201 @@ "shared/bigtux/arms-walk-5.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/arms-stand-0.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/arms-jump-0.png")) (action - (name "skid") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 31) (images "shared/bigtux/arms-skid-0.png")) (action - (name "kick") + (name "skid-left") + (fps 15.0) + (x-offset 6) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/arms-stand-0.png")) (action - (name "buttjump") + (name "kick-left") + (x-offset 5) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/arms-stand-0.png")) + (action + (name "buttjump-left") + (x-offset 5) + (y-offset 32) + (mirror-action "buttjump-right")) + ; Grabbing is arms specific! (action - (name "grab") + (name "grab-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/arms-grab-0.png")) (action - (name "duck+grab") + (name "grab-left") + (x-offset 5) + (y-offset 32) + (mirror-action "grab-right")) + + (action + (name "duck+grab-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/arms-duck+grab-0.png"))) + (action + (name "duck+grab-left") + (x-offset 5) + (y-offset 32) + (mirror-action "grab-right")) + ;; Big Tux Head (sprite (name "big-tux-head") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/head-stand-0.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/head-stand-0.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/head-stand-0.png")) (action - (name "duck") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/head-duck-0.png")) (action - (name "skid") + (name "duck-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "duck-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 31) (images "shared/bigtux/head-skid-0.png")) (action - (name "kick") + (name "skid-left") + (fps 15.0) + (x-offset 6) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/head-stand-0.png")) (action - (name "buttjump") + (name "kick-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/head-stand-0.png")) (action - (name "idle") + (name "buttjump-left") + (x-offset 5) + (y-offset 32) + (mirror-action "buttjump-right")) + + (action + (name "idle-right") (fps 1.0) (x-offset 6) (y-offset 31) @@ -217,60 +390,116 @@ "shared/bigtux/head-idle-blink-1.png"))) + (action + (name "idle-left") + (fps 1.0) + (x-offset 6) + (y-offset 31) + (mirror-action "idle-right")) + ;; Big Tux Body (sprite (name "big-tux-body") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/body-stand-0.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/body-stand-0.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/body-stand-0.png")) (action - (name "duck") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/body-duck-0.png")) (action - (name "skid") + (name "duck-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "duck-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 31) (images "shared/bigtux/body-skid-0.png")) (action - (name "kick") + (name "skid-left") + (fps 15.0) + (x-offset 6) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/body-stand-0.png")) (action - (name "buttjump") + (name "kick-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/body-stand-0.png"))) + (action + (name "buttjump-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "buttjump-right")) + ;; Big Tux Feet (sprite (name "big-tux-feet") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 32) @@ -282,44 +511,90 @@ "shared/bigtux/feet-walk-5.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/feet-stand-0.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/feet-jump-0.png")) (action - (name "duck") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/feet-duck-0.png")) (action - (name "skid") + (name "duck-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "duck-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 31) (images "shared/bigtux/feet-skid-0.png")) (action - (name "kick") + (name "skid-left") + (x-offset 6) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/feet-kick-0.png")) (action - (name "buttjump") + (name "kick-left") + (x-offset 5) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/feet-buttjump-0.png"))) + (action + (name "buttjump-left") + (x-offset 5) + (y-offset 32) + (mirror-action "buttjump-right")) + ; End of Big Tux (no power) sprite ; Big Fire Tux sprite @@ -327,59 +602,112 @@ (sprite (name "big-fire-tux-head") (action - (name "walk") + (name "walk-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/head-fire-stand-0.png")) (action - (name "stand") + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") (fps 15.0) (x-offset 5) (y-offset 32) (images "shared/bigtux/head-fire-stand-0.png")) (action - (name "jump") + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/head-fire-stand-0.png")) (action - (name "duck") + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") (fps 15.0) (x-offset 5) (y-offset 30) (images "shared/bigtux/head-fire-stand-0.png")) (action - (name "skid") + (name "duck-left") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (mirror-action "duck-right")) + + (action + (name "skid-right") (x-offset 6) (y-offset 31) (images "shared/bigtux/head-skid-0.png")) (action - (name "kick") + (name "skid-left") + (x-offset 6) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/head-fire-stand-0.png")) (action - (name "buttjump") + (name "kick-left") + (x-offset 5) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") (x-offset 5) (y-offset 32) (images "shared/bigtux/head-fire-stand-0.png")) (action - (name "idle") + (name "buttjump-left") + (x-offset 5) + (y-offset 32) + (mirror-action "buttjump-right")) + + (action + (name "idle-right") (fps 1.0) (x-offset 6) (y-offset 31) (images "shared/bigtux/head-idle-blink-0.png" "shared/bigtux/head-idle-blink-1.png"))) + (action + (name "idle-left") + (fps 1.0) + (x-offset 6) + (y-offset 31) + (mirror-action "idle-right")) + ; End of Big Fire Tux sprite |