Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31798
Modified Files:
supertux.strf
Log Message:
- fixed bomb
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- supertux.strf 22 Apr 2004 16:36:59 -0000 1.12
+++ supertux.strf 22 Apr 2004 16:45:15 -0000 1.13
@@ -91,20 +91,22 @@
(images "shared/jumpy-left-middle-0.png"))
(sprite (name "mrbomb-left")
+ (fps 10.0)
(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"))
+ (images "shared/mrbomb-left-0.png"
+ "shared/mrbomb-left-1.png"
+ "shared/mrbomb-left-2.png"
+ "shared/mrbomb-left-3.png"))
(sprite (name "mrbomb-right")
+ (fps 10.0)
(x-hotspot 7)
(y-hotspot 12)
- (images "shared/mrbomb-right-0.png")
- (images "shared/mrbomb-right-1.png")
- (images "shared/mrbomb-right-2.png")
- (images "shared/mrbomb-right-3.png"))
+ (images "shared/mrbomb-right-0.png"
+ "shared/mrbomb-right-1.png"
+ "shared/mrbomb-right-2.png"
+ "shared/mrbomb-right-3.png"))
(sprite (name "mrbomb-ticking-left")
|