[Super-tux-commit] supertux/data/levels/default bonusisland.stwm,1.1.2.16,1.1.2.17
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-10 16:18:16
|
Update of /cvsroot/super-tux/supertux/data/levels/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7688/data/levels/default Modified Files: Tag: supertux_0_1_1_branch bonusisland.stwm Log Message: Added a '-' before Tux talks. Just so that it looks like it is Tux talking... Marek, if you don't like it, feel free to remove it. Index: bonusisland.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -u -d -r1.1.2.16 -r1.1.2.17 --- bonusisland.stwm 6 Aug 2004 21:29:06 -0000 1.1.2.16 +++ bonusisland.stwm 10 Aug 2004 16:18:08 -0000 1.1.2.17 @@ -137,22 +137,22 @@ (x 49) (y 29) (apply-action-down #f)) - (level (map-message "I cannot enter from this side.") + (level (map-message "- I cannot enter from this side.") (x 13) (y 27) (apply-action-up #f) (passive-message #f)) - (level (map-message "I cannot enter from this side.") + (level (map-message "- I cannot enter from this side.") (x 23) (y 27) (apply-action-up #f) (passive-message #f)) - (level (map-message "I cannot enter from this side.") + (level (map-message "- I cannot enter from this side.") (x 39) (y 27) (apply-action-up #f) (passive-message #f)) - (level (map-message "I cannot enter from this side.") + (level (map-message "- I cannot enter from this side.") (x 49) (y 27) (apply-action-up #f) (passive-message #f)) - (level (map-message "I cannot enter from this side.") + (level (map-message "- I cannot enter from this side.") (x 62) (y 27) (apply-action-up #f) (passive-message #f)) - (level (map-message "Something is blocking the way.") + (level (map-message "- Something is blocking the way.") (x 34) (y 4) (apply-action-left #f) (passive-message #f)) |