Update of /cvsroot/super-tux/supertux/data/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25154/data/images
Modified Files:
supertux.strf
Log Message:
fix some more timings and the long standing gradient software bug (which was function argument overriding class field)
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- supertux.strf 22 Nov 2004 23:47:37 -0000 1.23
+++ supertux.strf 23 Nov 2004 02:00:29 -0000 1.24
@@ -1206,12 +1206,19 @@
(sprite (name "bonusblock")
(action
+ (fps 15)
(name "default")
(images "tilesets/bonus2-1.png"
"tilesets/bonus2-2.png"
"tilesets/bonus2-3.png"
"tilesets/bonus2-4.png"
- "tilesets/bonus2-5.png"))
+ "tilesets/bonus2-5.png"
+ "tilesets/bonus2-3.png"
+ "tilesets/bonus2-2.png"
+ "tilesets/bonus2-1.png"
+ "tilesets/bonus2-1.png"
+ "tilesets/bonus2-1.png"
+ ))
(action
(name "empty")
(images "tilesets/bonus2-d.png"))
|