[Super-tux-commit] supertux/data/levels/default bonusisland.stwm,1.1.2.8,1.1.2.9
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-07-30 16:30:44
|
Update of /cvsroot/super-tux/supertux/data/levels/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9852/data/levels/default Modified Files: Tag: supertux_0_1_1_branch bonusisland.stwm Log Message: added one-way road tile for world map (coding needed - see mailing list!) Index: bonusisland.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/default/Attic/bonusisland.stwm,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -d -r1.1.2.8 -r1.1.2.9 --- bonusisland.stwm 30 Jul 2004 15:09:07 -0000 1.1.2.8 +++ bonusisland.stwm 30 Jul 2004 16:30:34 -0000 1.1.2.9 @@ -35,7 +35,7 @@ 9 9 9 9 14 21 19 19 19 19 19 19 19 47 23 12 9 9 9 9 14 18 21 47 20 13 9 9 9 9 9 9 9 9 9 9 9 9 15 47 20 18 18 13 9 9 14 21 19 47 17 9 9 14 21 19 19 19 20 18 18 21 47 20 13 9 9 9 9 9 9 9 9 9 9 14 18 18 18 18 18 18 21 47 20 13 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 14 21 47 17 9 9 9 14 18 18 18 13 9 9 15 47 17 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 - 9 9 9 9 9 9 9 9 9 9 9 9 15 47 23 16 16 16 16 16 16 16 22 47 23 16 16 16 16 16 16 16 16 16 16 16 16 16 22 47 23 16 16 16 16 16 16 16 22 47 23 16 16 16 16 16 16 16 16 16 16 22 47 17 9 9 9 9 9 9 + 9 9 9 9 9 9 9 9 9 9 9 9 15 65 23 16 16 16 16 16 16 16 22 65 23 16 16 16 16 16 16 16 16 16 16 16 16 16 22 65 23 16 16 16 16 16 16 16 22 65 23 16 16 16 16 16 16 16 16 16 16 22 65 17 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 15 37 40 40 40 40 40 40 40 40 40 44 40 40 40 40 40 40 40 40 40 40 40 43 40 40 40 44 40 40 40 40 40 40 40 40 40 61 40 40 40 40 40 40 40 40 40 40 40 40 42 17 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 14 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 21 47 20 18 18 18 18 18 18 18 18 18 18 18 18 62 18 18 18 18 18 18 18 18 18 18 18 18 18 13 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 15 47 17 9 9 9 9 9 9 9 9 9 9 9 9 63 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 @@ -124,6 +124,23 @@ (level (map-message "You found a secret place!") (x 49) (y 29) (apply-action-down #f)) + + (level (map-message "No entry from this side!") + (x 13) + (y 27) (apply-action-up #f)) + (level (map-message "No entry from this side!") + (x 23) + (y 27) (apply-action-up #f)) + (level (map-message "No entry from this side!") + (x 39) + (y 27) (apply-action-up #f)) + (level (map-message "No entry from this side!") + (x 49) + (y 27) (apply-action-up #f)) + (level (map-message "No entry from this side!") + (x 62) + (y 27) (apply-action-up #f)) + ) ) |