Update of /cvsroot/super-tux/supertux/data/levels/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31846/data/levels/worldmap
Modified Files:
bonusisland1.stwm icyisland.stwm
Log Message:
Made Tux' starting position on the world map settable in the stwm file
(In Worldmap class, Tux is initialized at the end of load_worldmap, I hope this doesn't cause trouble elsewhere)
Updated levels and worldmap accordingly
Index: bonusisland1.stwm
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/worldmap/bonusisland1.stwm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bonusisland1.stwm 9 Jul 2004 18:18:45 -0000 1.2
+++ bonusisland1.stwm 10 Jul 2004 10:59:00 -0000 1.3
@@ -1,7 +1,9 @@
;; Generated with Flexlay Editor
(supertux-worldmap
(properties
- (name "Bonus Island"))
+ (name "Bonus Island")
+ (start_pos_x 35)
+ (start_pos_y 2))
(tilemap
(width 70)
(height 40)
@@ -47,5 +49,58 @@
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 14 18 18 18 18 18 18 18 13 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
))
+
+ (levels
+ (level (name "bonus1/abednego-level1.stl")
+ (x 7)
+ (y 18))
+ (level (name "bonus1/abednego-level2.stl")
+ (x 11)
+ (y 15))
+ (level (name "bonus1/abednego-level3.stl")
+ (x 9)
+ (y 21))
+ (level (name "bonus1/abednego-level4.stl")
+ (x 12)
+ (y 23))
+ (level (name "bonus1/matr1x-level1.stl")
+ (x 24)
+ (y 17))
+ (level (name "bonus1/matr1x-level2.stl")
+ (x 29)
+ (y 19))
+ (level (name "bonus1/matr1x-level3.stl")
+ (x 25)
+ (y 21))
+ (level (name "bonus1/thompson-level1.stl")
+ (x 38)
+ (y 18))
+ (level (name "bonus1/thompson-level2.stl")
+ (x 40)
+ (y 22))
+ (level (name "bonus1/torfi-level1.stl")
+ (x 42)
+ (y 12))
+ (level (name "bonus1/torfi-level2.stl")
+ (x 47)
+ (y 10))
+ (level (name "bonus1/torfi-level3.stl")
+ (x 46)
+ (y 15))
+ (level (name "bonus1/wansti-level1.stl")
+ (x 59)
+ (y 15))
+ (level (name "bonus1/wansti-level2.stl")
+ (x 60)
+ (y 21))
+ (level (name "bonus1/wansti-level3.stl")
+ (x 57)
+ (y 23))
+ (level (name "bonus1/castle.stl")
+ (x 35)
+ (y 36))
+
+ (extro-filename "extro.txt"))
+ )
)
Index: icyisland.stwm
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/worldmap/icyisland.stwm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- icyisland.stwm 9 Jul 2004 18:53:11 -0000 1.3
+++ icyisland.stwm 10 Jul 2004 10:59:00 -0000 1.4
@@ -3,8 +3,10 @@
(properties
(name "Icyisland")
(name-pt_PT "Ilha Gelada")
- (name-de "Eisinsel")
- (music "SALCON.MOD"))
+ (name-de "Eisige Insel")
+ (music "SALCON.MOD")
+ (start_pos_x 4)
+ (start_pos_y 5))
(tilemap
(width 40)
(height 30)
|