Update of /cvsroot/super-tux/supertux/data/levels/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4806/data/levels/default
Modified Files:
Tag: supertux_0_1_1_branch
bonusisland.stwm
Log Message:
just added a second teleporter to the world map
Index: bonusisland.stwm
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -u -d -r1.1.2.18 -r1.1.2.19
--- bonusisland.stwm 10 Aug 2004 21:18:11 -0000 1.1.2.18
+++ bonusisland.stwm 10 Aug 2004 21:31:56 -0000 1.1.2.19
@@ -160,7 +160,13 @@
(y 3)
(teleport-message "Warp to Castle")
(dest_x 35)
- (dest_y 30))
+ (dest_y 36))
+ (level (teleporter #t)
+ (x 18)
+ (y 31)
+ (teleport-message "Warp home")
+ (dest_x 35)
+ (dest_y 2))
)
)
|