Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14173/data
Modified Files:
supertux.strf
Log Message:
Fixed checking for next point and the use of sprites.
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- supertux.strf 24 May 2004 12:01:35 -0000 1.34
+++ supertux.strf 24 May 2004 20:42:21 -0000 1.35
@@ -633,7 +633,7 @@
(images "shared/trampoline-4.png"))
; Flying platforms
- (sprite (name "flying_platform-1")
+ (sprite (name "flying_platform")
(x-hotspot 0)
(x-hotspot 0)
(images "shared/flying_platform-1.png"))
|