Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15088/data
Modified Files:
supertux.strf
Log Message:
- added small skid tux
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- supertux.strf 19 Apr 2004 14:27:11 -0000 1.6
+++ supertux.strf 22 Apr 2004 00:13:33 -0000 1.7
@@ -218,6 +218,20 @@
"shared/iceflower-3.png"
"shared/iceflower-2.png"
"shared/iceflower-1.png"))
+
+ (sprite (name "smalltux-gameover")
+ (images "shared/smalltux-gameover-0.png"
+ "shared/smalltux-gameover-1.png"))
+
+ (sprite (name "smalltux-skid-left")
+ (x-hotspot 6)
+ (y-hotspot 8)
+ (images "shared/smalltux-skid-left.png"))
+
+ (sprite (name "smalltux-skid-right")
+ (x-hotspot 6)
+ (y-hotspot 8)
+ (images "shared/smalltux-skid-right.png"))
)
;; EOF ;;
|