changeset 378:907c1cb2c618

tea house plus geisha room tweaks
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 15:18:14 +0200
parents 24c3c53e0059
children 07661a9a708b
files data/levels/geisha_room.json data/levels/tea_house.json
diffstat 2 files changed, 34 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/data/levels/geisha_room.json	Sat Apr 09 15:10:36 2011 +0200
+++ b/data/levels/geisha_room.json	Sat Apr 09 15:18:14 2011 +0200
@@ -5,27 +5,27 @@
     ],
     "tileset": "flower_light",
     "tiles": [
-        "XXXXXXXXXXXXXXXXXXXXXXXXXX",
-        "X........................X",
-        "X........................X",
-        "XXq...pXXq...............X",
-        "X.bXXXd..bXXq.?.pq.......X",
-        "X..........bXXXXd...pq...X",
-        "X........................X",
-        "XXXq...................pXX",
-        "X...............pXXq..pXXX",
-        "X.......pq.?.pXXd..bXXXd.X",
-        "X........bXXXXd..........X",
-        "XXXXq....................X",
-        "X......................?.X",
-        "X.....pXq......pXXXXXXXXXX",
-        "XXXXXXXXXXXXXXXXXXXXXXXXXX"
+        "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
+        "X{...............h.!..h...}X",
+        "X..........................X",
+        "XXXq...pXXq................X",
+        "X{}bXXXd{}bXXq.?.p)........X",
+        "X..........}bXXXXd{..()....X",
+        "X.............h......!.....X",
+        "XXXX)...................pXXX",
+        "X{..h............pXXq..pXXXX",
+        "X........(q.?.pXXd{}bXXXd{}X",
+        "X........}bXXXXd{..........X",
+        "XXXXX).......h.............X",
+        "X{......................?..X",
+        "X......pXq......pXXXXXXXXXXX",
+        "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
     ],
     "enemies": [
-        {"type": "RedOni", "pos": [11, 9], "direction": "left" },
-        {"type": "RedOni", "pos": [14, 4], "direction": "right" }
+        {"type": "RedOni", "pos": [12, 9], "direction": "left" },
+        {"type": "RedOni", "pos": [15, 4], "direction": "right" }
     ],
     "doorways": {
-        "starting": {"type": "Doorway", "pos": [23, 12], "facing": "right", "leadsto": "tea_house.to_geisha_room"}
+        "starting": {"type": "Doorway", "pos": [24, 12], "facing": "right", "leadsto": "tea_house.to_geisha_room"}
     }
 }
\ No newline at end of file
--- a/data/levels/tea_house.json	Sat Apr 09 15:10:36 2011 +0200
+++ b/data/levels/tea_house.json	Sat Apr 09 15:18:14 2011 +0200
@@ -5,22 +5,25 @@
     ],
     "tileset": "flower_light",
     "tiles": [
-        "XXXXXXXXXXXXXXXXXXXXXX",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "XXXXXXXXXXXXXXXXXXXXXX"
+        "XXXXXXXXXXXXXXXXXXXXXXXXX",
+        "X{.......h..!...h......}X",
+        "X.......................X",
+        "X.?....?..............?.X",
+        "XXXXXXXXXXXXXXX).....(XXX",
+        "X{.....!.......h..<>.h.}X",
+        "X.......................X",
+        "X=>............<>.......X",
+        "X.......................X",
+        "X=-->.......<>.....?....X",
+        "X.................pXXq..X",
+        "XXXXXXXXXXXXXXXXXXXXXXXXX"
     ],
     "enemies": [
-        {"type": "RedOni", "pos": [5, 5], "direction": "left" }
+        {"type": "RedOni", "pos": [7, 3], "direction": "right" },
+        {"type": "RedOni", "pos": [22, 3], "direction": "left" }
     ],
     "doorways": {
-        "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_tea_house"},
-        "to_geisha_room": {"type": "Doorway", "pos": [10, 9], "facing": "left", "leadsto": "geisha_room.starting"}
+        "starting": {"type": "Doorway", "pos": [19, 9], "facing": "right", "leadsto": "town.to_tea_house"},
+        "to_geisha_room": {"type": "Doorway", "pos": [2, 3], "facing": "left", "leadsto": "geisha_room.starting"}
     }
 }
\ No newline at end of file