Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2209
Modified Files:
supertux.strf
Log Message:
- added 'falling' graphics, well, not really, but better than invisible
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- supertux.strf 27 Apr 2004 17:09:22 -0000 1.25
+++ supertux.strf 27 Apr 2004 18:35:18 -0000 1.26
@@ -284,6 +284,16 @@
"shared/mriceblock-right-1.png"
"shared/mriceblock-right-2.png"
"shared/mriceblock-right-1.png"))
+
+ (sprite (name "mriceblock-falling-right")
+ (x-hotspot 2)
+ (y-hotspot 3)
+ (images "shared/mriceblock-flat-right.png"))
+
+ (sprite (name "mriceblock-falling-left")
+ (x-hotspot 2)
+ (y-hotspot 3)
+ (images "shared/mriceblock-flat-left.png"))
(sprite (name "mriceblock-flat-left")
(x-hotspot 2)
|