[Super-tux-commit] supertux/data/levels/default bonusisland.stwm,1.1.2.3,1.1.2.4
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-07-27 22:52:42
|
Update of /cvsroot/super-tux/supertux/data/levels/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10336/data/levels/default Modified Files: Tag: supertux_0_1_1_branch bonusisland.stwm Log Message: Changed the position of the message. Marek, I find it confusing, as a player, to have two messages when going to the first level of each "island", so my suggestion is doing like this; put the messages in a fork or something before the level. Have a look at this example (just go to the abednego area) and check if you also prefer this approach. Index: bonusisland.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- bonusisland.stwm 27 Jul 2004 19:21:54 -0000 1.1.2.3 +++ bonusisland.stwm 27 Jul 2004 22:52:33 -0000 1.1.2.4 @@ -51,8 +51,11 @@ )) (levels + (level (map-message "Entering Abednego's Island!") + (x 6) + (y 10)) (level (name "bonus1/abednego-level1.stl") - (map-message "Entering Abednego's Island") +; (map-message "Entering Abednego's Island") (x 7) (y 18)) (level (name "bonus1/abednego-level2.stl") |