[Super-tux-commit] supertux/data/levels/default bonusisland.stwm,1.1.2.6,1.1.2.7
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-07-30 11:00:43
|
Update of /cvsroot/super-tux/supertux/data/levels/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15007/data/levels/default Modified Files: Tag: supertux_0_1_1_branch bonusisland.stwm Log Message: Fixed the showing of messages when coming from the levels and not from the forks. Dunno if the secret level one needs fixing, since I don't know where it is. Index: bonusisland.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -d -r1.1.2.6 -r1.1.2.7 --- bonusisland.stwm 28 Jul 2004 09:13:57 -0000 1.1.2.6 +++ bonusisland.stwm 30 Jul 2004 11:00:35 -0000 1.1.2.7 @@ -106,19 +106,19 @@ (level (map-message "This way to Abednego's Area") (x 34) - (y 5)) + (y 5) (apply-action-left #f)) (level (map-message "To the SuperTux Team Island") (x 36) - (y 5)) + (y 5) (apply-action-right #f)) (level (map-message "Matr1x' Sector this way") (x 34) - (y 7)) + (y 7) (apply-action-left #f)) (level (map-message "About to enter Thompson's Domain") (x 35) - (y 8)) + (y 8) (apply-action-down #f)) (level (map-message "Torfi's Territory just ahead") (x 36) - (y 7)) + (y 7) (apply-action-right #f)) ) ) |