Update of /cvsroot/super-tux/supertux/data/levels/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32536/data/levels/default
Modified Files:
Tag: supertux_0_1_1_branch
bonusisland.stwm
Log Message:
Made messages regarding impossible ways to be only showed only when in that tile.
Showing them time-based is confusing for players, in my opinion.
Index: bonusisland.stwm
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- bonusisland.stwm 31 Jul 2004 10:30:30 -0000 1.1.2.11
+++ bonusisland.stwm 31 Jul 2004 10:41:04 -0000 1.1.2.12
@@ -143,22 +143,22 @@
(level (map-message "I cannot enter from this side.")
(x 13)
- (y 27) (apply-action-up #f))
+ (y 27) (apply-action-up #f) (passive-message #f))
(level (map-message "I cannot enter from this side.")
(x 23)
- (y 27) (apply-action-up #f))
+ (y 27) (apply-action-up #f) (passive-message #f))
(level (map-message "I cannot enter from this side.")
(x 39)
- (y 27) (apply-action-up #f))
+ (y 27) (apply-action-up #f) (passive-message #f))
(level (map-message "I cannot enter from this side.")
(x 49)
- (y 27) (apply-action-up #f))
+ (y 27) (apply-action-up #f) (passive-message #f))
(level (map-message "I cannot enter from this side.")
(x 62)
- (y 27) (apply-action-up #f))
+ (y 27) (apply-action-up #f) (passive-message #f))
(level (map-message "Something is blocking the way.")
(x 34)
- (y 4) (apply-action-left #f))
+ (y 4) (apply-action-left #f) (passive-message #f))
)
|