Update of /cvsroot/super-tux/supertux/data/images/tilesets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26236
Modified Files:
supertux.stgt
Added Files:
endseq.png finalgoal.png
Log Message:
- added endseq/finalgoal tiles
--- NEW FILE: endseq.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: finalgoal.png ---
(This appears to be a binary file; contents omitted.)
Index: supertux.stgt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- supertux.stgt 26 Apr 2004 15:03:23 -0000 1.20
+++ supertux.stgt 26 Apr 2004 19:35:37 -0000 1.21
@@ -458,5 +458,15 @@
(tile (id 131)
(images "black.png"))
+ (tile (id 132)
+ (images)
+ (goal #t)
+ (data 1)
+ (editor-images "finalgoal.png"))
+(tile (id 133)
+ (images)
+ (goal #t)
+ (data 0)
+ (editor-images "endseq.png"))
)
|