[Super-tux-commit] supertux/data supertux.strf,1.10,1.11
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-22 16:28:37
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27919 Modified Files: supertux.strf Log Message: - supertux stand gfx Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- supertux.strf 22 Apr 2004 15:53:32 -0000 1.10 +++ supertux.strf 22 Apr 2004 16:28:28 -0000 1.11 @@ -91,6 +91,7 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") + (fps 15.0) (x-hotspot 0) (y-hotspot 15) (images "shared/mrbomb-left-0.png") @@ -99,6 +100,7 @@ (images "shared/mrbomb-left-3.png")) (sprite (name "mrbomb-right") + (fps 15.0) (x-hotspot 0) (y-hotspot 15) (images "shared/mrbomb-right-0.png") @@ -108,14 +110,18 @@ (sprite (name "mrbomb-ticking-left") + (fps 15.0) (x-hotspot 0) (y-hotspot 10) - (images "shared/mrbombx-left-0.png")) + (images "shared/mrbombx-left-0.png" + "shared/mrbombx-left-1.png")) (sprite (name "mrbomb-ticking-right") + (fps 15.0) (x-hotspot 0) (y-hotspot 10) - (images "shared/mrbombx-right-0.png")) + (images "shared/mrbombx-right-0.png" + "shared/mrbombx-right-1.png")) (sprite (name "mrbomb-explosion") (x-hotspot 32) @@ -213,6 +219,16 @@ "shared/snowball-right-1.png")) + (sprite (name "largetux-stand-left") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-stand-left.png")) + + (sprite (name "largetux-stand-right") + (x-hotspot 5) + (y-hotspot 1) + (images "shared/largetux-stand-right.png")) + (sprite (name "largetux-walk-left") (x-hotspot 6) (y-hotspot 2) |