[Super-tux-commit] supertux/data/levels/default bonusisland.stwm,1.1.2.7,1.1.2.8
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-07-30 15:09:16
|
Update of /cvsroot/super-tux/supertux/data/levels/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27151/data/levels/default Modified Files: Tag: supertux_0_1_1_branch bonusisland.stwm Log Message: added one new level to the worldmap, fixed "secret area" message added template for that level some more work on secret.stl Index: bonusisland.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -d -r1.1.2.7 -r1.1.2.8 --- bonusisland.stwm 30 Jul 2004 11:00:35 -0000 1.1.2.7 +++ bonusisland.stwm 30 Jul 2004 15:09:07 -0000 1.1.2.8 @@ -96,11 +96,13 @@ (level (name "bonus1/wansti-level3.stl") (x 57) (y 23)) + (level (name "bonus1/gate.stl") + (x 35) + (y 28)) (level (name "bonus1/castle.stl") (x 35) (y 36)) - (level (name "bonus1/secret.stl") - (map-message "You found a secret place!") + (level (name "bonus1/secret.stl") (x 49) (y 37)) @@ -118,7 +120,10 @@ (y 8) (apply-action-down #f)) (level (map-message "Torfi's Territory just ahead") (x 36) - (y 7) (apply-action-right #f)) + (y 7) (apply-action-right #f)) + (level (map-message "You found a secret place!") + (x 49) + (y 29) (apply-action-down #f)) ) ) |