[Super-tux-commit] supertux/data supertux.strf,1.11,1.12
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-22 16:37:14
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29663 Modified Files: supertux.strf Log Message: - fixed hotspot Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- supertux.strf 22 Apr 2004 16:28:28 -0000 1.11 +++ supertux.strf 22 Apr 2004 16:36:59 -0000 1.12 @@ -91,18 +91,16 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") - (fps 15.0) - (x-hotspot 0) - (y-hotspot 15) + (x-hotspot 3) + (y-hotspot 12) (images "shared/mrbomb-left-0.png") (images "shared/mrbomb-left-1.png") (images "shared/mrbomb-left-2.png") (images "shared/mrbomb-left-3.png")) (sprite (name "mrbomb-right") - (fps 15.0) - (x-hotspot 0) - (y-hotspot 15) + (x-hotspot 7) + (y-hotspot 12) (images "shared/mrbomb-right-0.png") (images "shared/mrbomb-right-1.png") (images "shared/mrbomb-right-2.png") @@ -111,15 +109,15 @@ (sprite (name "mrbomb-ticking-left") (fps 15.0) - (x-hotspot 0) - (y-hotspot 10) + (x-hotspot 3) + (y-hotspot 8) (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) + (x-hotspot 10) + (y-hotspot 8) (images "shared/mrbombx-right-0.png" "shared/mrbombx-right-1.png")) |