Update of /cvsroot/super-tux/supertux/data/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17995/data/images
Modified Files:
supertux.strf
Log Message:
-Apply door fix to hatch as well (evil code duplication here...)
-fix worldmap scrolling bug from last commit
-fix stalactites being drawn when not activated
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- supertux.strf 1 Apr 2005 12:16:48 -0000 1.38
+++ supertux.strf 1 Apr 2005 12:23:08 -0000 1.39
@@ -1422,7 +1422,7 @@
(sprite (name "hatch")
(action
- (name "default")
+ (name "normal")
(x-offset 0)
(y-offset 0)
(images "shared/hatch-1.png"))
|