Update of /cvsroot/super-tux/supertux/data/images/tilesets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27758/data/images/tilesets
Modified Files:
supertux.stgt
Log Message:
set (hidden) flag on tiles that should not appear in flexlay
Index: supertux.stgt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- supertux.stgt 16 Jan 2005 19:59:46 -0000 1.68
+++ supertux.stgt 16 Jan 2005 23:39:02 -0000 1.69
@@ -4690,11 +4690,13 @@
(tile
(id 1312)
(solid #t)
+ (hidden #t)
(images "havoktux-0.png")
)
;(tile
; (id 1313)
; (solid #f)
+ ; (hidden #t)
; (images "havoktux-1.png"
; "havoktux-2.png")
; (anim-fps 2)
|