[Super-tux-commit] supertux/data supertux.strf,1.7,1.8
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-04-22 10:44:26
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15843/data Modified Files: supertux.strf Log Message: Applied Ryan's patch for MrBomb hotspot. Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- supertux.strf 22 Apr 2004 00:13:33 -0000 1.7 +++ supertux.strf 22 Apr 2004 10:44:17 -0000 1.8 @@ -73,12 +73,16 @@ (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") + (x-hotspot 0) + (y-hotspot 15) (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") + (x-hotspot 0) + (y-hotspot 15) (images "shared/mrbomb-right-0.png") (images "shared/mrbomb-right-1.png") (images "shared/mrbomb-right-2.png") @@ -86,12 +90,18 @@ (sprite (name "mrbomb-ticking-left") + (x-hotspot 0) + (y-hotspot 10) (images "shared/mrbombx-left-0.png")) (sprite (name "mrbomb-ticking-right") + (x-hotspot 0) + (y-hotspot 10) (images "shared/mrbombx-right-0.png")) (sprite (name "mrbomb-explosion") + (x-hotspot 32) + (y-hotspot 32) (images "shared/mrbomb-explosion.png")) (sprite (name "stalactite") |