changeset 300:3cd37fc04070

Town now traversable in all directions. Let's not do that again. D:
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 22:53:19 +0200
parents 22d71135e497
children 922155cc0efd
files data/levels/town.json
diffstat 1 files changed, 32 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/data/levels/town.json	Fri Apr 08 22:48:16 2011 +0200
+++ b/data/levels/town.json	Fri Apr 08 22:53:19 2011 +0200
@@ -3,39 +3,43 @@
     "backgrounds": [
         "background_01_back.png"
     ],
-    "tileset": "fan_green",
+    "tileset": "fan_green",                                                                                  
     "tiles": [
         "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
-        "X{..........}XX{...........................}XX{...........}XX{..........}X",
-        "X............XX..........pq......pq.........XX.............XX........<+bXX",
-        "X.........<+bXXd=>....<+bXXXXXXXXXXd=>...<+bXXd=>..........XX...........}X",
-        "X...........................}XX{...........}bd{...<+bd=>...XXd=>.........X",
-        "X........pq..?...pq..........XX............................XX{........<+bX",
-        "X.....<+bXXXXXXXXXXd=>...<+bXXX.........pq......pq......<+bXX...........}X",
-        "X...........}XX{............}XX......<+bXXXXXXXXXXd=>.....}XXd=----->....X",
-        "X..?.........XX..............XXd=>.........}XX{............XX{...........X",
-        "XXXXd=>......XX......<---+bXXXX{.........<+bXX..........<+bXX............X",
-        "X{...........XX.............}XX............}XX............}XXd=--->......X",
-        "X............XXd=-->.........XXd=->.........XX.............XX{...........X",
-        "X.....<+bXXXXXX{.......<-+bXXXX{........<+bXXX).........<+bXX............X",
-        "X...........}XX.............}XX............}XX{............}bd=>.........X",
-        "X............XXd=---->.......XXd=>..........XX.........pq................X",
-        "XXXXd=>......XX{.........<+bXXd{........<+bXXX).....<+bXXXXXXXXXXd=>.....X",
-        "X{...........XX............................}XX{..........................X",
-        "X............XXd=-->........................XX...........................X",
-        "X.....<+bXXXXXX{.............pq..........<+bXX)..........<+bd=>....<+bXXXX",
-        "X...........}XX..............XX............}XX{.........................}X",
-        "X............XXX=>........<+XXXq...........pXXq..........................X",
+        "X{..........}X{............................}X{............}X{...........}X",
+        "X............X..............................X..............X....<bd>.....X",
+        "X.........<+bXd=>......<+bq..?..pd=>.....<+bXd=>...........X.............X",         
+        "X........................}bXXXXXd{.........................Xd=>..........X",
+        "X......<+bq..?..pd=>........}X{............................X{........<-+bX",
+        "X........}bXXXXXd{...........X......p=-+bq..?..pd=>.....<+bX....?.......}X",
+        "X...<bd>....}X{..........<+bXX...<+bd...}bXXXXXd{.........}Xd=----->.....X",
+        "X..?.........X...<bd>.......}X.............}X{.............X{.........<+bX",
+        "XXXq.........X.........?.....Xd=->..........Xd........<--+bX............}X",
+        "X{}bd=>......X.......<---+bXXX{......<---+bXX{............}Xd=--->.......X",       
+        "X.........?..Xd=->..........}X.............}X....<bd>......X{............X",
+        "X........pXXXX{..............Xd=>...........Xd=>........<+bd.........<+bXX",
+        "X.....<+bd{.}X..........<+bXXX{........<-+bXX{..........................}X",
+        "X............Xd=--->........}X.............}X......<--+bq..?...?.pd=>....X",
+        "XXXq.?.......X{..............Xd=-->.........Xd=>.......}bXXXXXXXXd{......X",
+        "X{}bd=>......X.........<--+bXd{.......<--+bXX{....pq................pq...X",    
+        "X............Xd=-->........................}X....<+bd=>..........p=-+bq..X",
+        "X........pXXXX{.............pq....<bd>......X............pq...<+bd...}bXXX",
+        "X.....<+bd{}bd........<---+bd=>..........<+bd.........<+bd=>............}X",
+        "X........................................................................X",
         "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
     ],
-    "enemies": [
-        {"type": "RedOni", "pos": [5, 5], "direction": "left" }
+    "enemies": [                                                                              
+        {"type": "RedOni", "pos": [3, 8], "direction": "left" },    
+        {"type": "RedOni", "pos": [10, 11], "direction": "right" },
+        {"type": "RedOni", "pos": [23, 9], "direction": "left" },
+        {"type": "RedOni", "pos": [64, 6], "direction": "left" },                                 
+        {"type": "RedOni", "pos": [63, 14], "direction": "left" }
     ],
     "doorways": {
-        "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "road.to_town"},
-        "to_theatre": {"type": "Doorway", "pos": [6, 9], "facing": "right", "leadsto": "theatre.starting"},
-        "to_tea_house": {"type": "Doorway", "pos": [9, 9], "facing": "right", "leadsto": "tea_house.starting"},
-        "to_market": {"type": "Doorway", "pos": [12, 9], "facing": "right", "leadsto": "market.starting"},
-        "to_celestial_plane": {"type": "Doorway", "pos": [15, 9], "facing": "left", "leadsto": "celestial_plane.starting"}
+        "starting": {"type": "Doorway", "pos": [5, 15], "facing": "right", "leadsto": "road.to_town"},
+        "to_theatre": {"type": "Doorway", "pos": [13, 5], "facing": "right", "leadsto": "theatre.starting"},
+        "to_tea_house": {"type": "Doorway", "pos": [29, 3], "facing": "right", "leadsto": "tea_house.starting"},
+        "to_market": {"type": "Doorway", "pos": [44, 6], "facing": "right", "leadsto": "market.starting"},
+        "to_celestial_plane": {"type": "Doorway", "pos": [59, 14], "facing": "left", "leadsto": "celestial_plane.starting"}
     }
 }
\ No newline at end of file