[Super-tux-commit] supertux/data supertux.strf,1.24,1.25
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-27 17:10:02
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15726/data Modified Files: supertux.strf Log Message: <MatzeB> -adds a workaround for the disappearing eggs (they're just not removed anymore when off screen) <MatzeB> -updates the TODO file <MatzeB> -small fix for mrbomb exploding and hitting other mrbomb <MatzeB> -renaming money/laptop to jumpy/mriceblock <MatzeB> -fix for enemies running backwards Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- supertux.strf 27 Apr 2004 12:08:14 -0000 1.24 +++ supertux.strf 27 Apr 2004 17:09:22 -0000 1.25 @@ -269,7 +269,7 @@ (images "shared/firetux-grab-right-0.png")) ;; Laptop - (sprite (name "laptop-left") + (sprite (name "mriceblock-left") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-left-0.png" @@ -277,7 +277,7 @@ "shared/mriceblock-left-2.png" "shared/mriceblock-left-1.png")) - (sprite (name "laptop-right") + (sprite (name "mriceblock-right") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-right-0.png" @@ -285,21 +285,21 @@ "shared/mriceblock-right-2.png" "shared/mriceblock-right-1.png")) - (sprite (name "laptop-flat-left") + (sprite (name "mriceblock-flat-left") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-flat-left.png")) - (sprite (name "laptop-flat-right") + (sprite (name "mriceblock-flat-right") (x-hotspot 2) (y-hotspot 3) (images "shared/mriceblock-flat-right.png")) - ; (sprite (name "laptop-falling-left") - ; (images "shared/laptop-falling-left.png")) + ; (sprite (name "mriceblock-falling-left") + ; (images "shared/mriceblock-falling-left.png")) - ; (sprite (name "laptop-falling-right") - ; (images "shared/laptop-falling-right.png")) + ; (sprite (name "mriceblock-falling-right") + ; (images "shared/mriceblock-falling-right.png")) (sprite (name "snowball-squished-left") (x-hotspot 1) |