Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14963/data
Modified Files:
supertux.strf
Log Message:
Added laptop entry back, that is used by Mr. IceBlock, as reported by Ryan. (had to remove comment laptop falling)
The BSOD is not also necessary, is it?
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- supertux.strf 22 Apr 2004 20:58:05 -0000 1.15
+++ supertux.strf 23 Apr 2004 11:24:37 -0000 1.16
@@ -12,6 +12,38 @@
"shared/smalltux-right-7.png"
"shared/smalltux-right-8.png"))
+ (sprite (name "laptop-left")
+ (x-hotspot 2)
+ (y-hotspot 3)
+ (images "shared/mriceblock-left-0.png"
+ "shared/mriceblock-left-1.png"
+ "shared/mriceblock-left-2.png"
+ "shared/mriceblock-left-1.png"))
+
+ (sprite (name "laptop-right")
+ (x-hotspot 2)
+ (y-hotspot 3)
+ (images "shared/mriceblock-right-0.png"
+ "shared/mriceblock-right-1.png"
+ "shared/mriceblock-right-2.png"
+ "shared/mriceblock-right-1.png"))
+
+ (sprite (name "laptop-flat-left")
+ (x-hotspot 2)
+ (y-hotspot 3)
+ (images "shared/mriceblock-flat-left.png"))
+
+ (sprite (name "laptop-flat-right")
+ (x-hotspot 2)
+ (y-hotspot 3)
+ (images "shared/mriceblock-flat-right.png"))
+
+; (sprite (name "laptop-falling-left")
+; (images "shared/laptop-falling-left.png"))
+
+; (sprite (name "laptop-falling-right")
+; (images "shared/laptop-falling-right.png"))
+
(sprite (name "snowball-squished-left")
(x-hotspot 1)
(y-hotspot -19)
|