[Super-tux-commit] supertux/data/levels/default bonusisland.stwm,1.1.2.19,1.1.2.20
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-10 22:56:43
|
Update of /cvsroot/super-tux/supertux/data/levels/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20471/data/levels/default Modified Files: Tag: supertux_0_1_1_branch bonusisland.stwm Log Message: Removed (teleporter #t). Not needed, Index: bonusisland.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v retrieving revision 1.1.2.19 retrieving revision 1.1.2.20 diff -u -d -r1.1.2.19 -r1.1.2.20 --- bonusisland.stwm 10 Aug 2004 21:31:56 -0000 1.1.2.19 +++ bonusisland.stwm 10 Aug 2004 22:56:34 -0000 1.1.2.20 @@ -155,13 +155,13 @@ (level (map-message "- Something is blocking the way.") (x 34) (y 4) (apply-action-left #f) (passive-message #f)) - (level (teleporter #t) + (level (x 35) (y 3) (teleport-message "Warp to Castle") (dest_x 35) (dest_y 36)) - (level (teleporter #t) + (level (x 18) (y 31) (teleport-message "Warp home") |