Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28490/data
Modified Files:
supertux.strf
Log Message:
Added entry for flying platform.
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- supertux.strf 16 May 2004 18:05:10 -0000 1.33
+++ supertux.strf 24 May 2004 12:01:35 -0000 1.34
@@ -632,6 +632,12 @@
(x-hotspot 0)
(images "shared/trampoline-4.png"))
+ ; Flying platforms
+ (sprite (name "flying_platform-1")
+ (x-hotspot 0)
+ (x-hotspot 0)
+ (images "shared/flying_platform-1.png"))
+
)
;; EOF ;;
|