Update of /cvsroot/super-tux/supertux/data/levels/world1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28724/data/levels/world1
Modified Files:
level10.stl
Log Message:
big refactoring of level and world class. A level is now basically a set of
sectors (or sublevels). The Sector class has been merged with the old world
class. Also I've rewritten some parts of the load/save code and changed the
fileformat a bit to support several sectors.
On the way I fixed some bugs (and maybe introduce new ones...)
Index: level10.stl
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/world1/level10.stl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- level10.stl 16 May 2004 09:48:49 -0000 1.16
+++ level10.stl 31 May 2004 02:40:19 -0000 1.17
@@ -89,7 +89,10 @@
(point (x 7889) (y 327))
)
(objects
- (mriceblock (x 613) (y 367))
+ (mriceblock
+ (x 613)
+ (y 367)
+ )
(mrbomb (x 5833) (y 353))
(mrbomb (x 6091) (y 334))
(money (x 6640) (y 288))
|