diff data/levels/theatre.json @ 363:5e4e1432565a

the theatre
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 14:28:12 +0200
parents 62b98bea56bf
children 5c8d090dbeec
line wrap: on
line diff
--- a/data/levels/theatre.json	Sat Apr 09 14:25:45 2011 +0200
+++ b/data/levels/theatre.json	Sat Apr 09 14:28:12 2011 +0200
@@ -5,21 +5,25 @@
     ],
     "tileset": "flower_dark",
     "tiles": [
-        "XXXXXXXXXXXXXXXXXXXXXX",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "X....................X",
-        "XXXXXXXXXXXXXXXXXXXXXX"
+        "XXXXXXXXXXXXXXXXXXXXXXXX",
+        "X{.h..h..h.!..h..h..h.}X",
+        "X......................X",
+        "X=>........?.........<+X",
+        "X.....pXXXXXXXXXXq.....X",
+        "X.....Xd{h.!..h}bX.....X",
+        "X=>...X{........}X...<+X",         
+        "X....?X..........X?....X",        
+        "X...<+d..........b=>...X",
+        "X...........?..........X",
+        "X=>.......?pq?.......<+X",
+        "X........pXXXXq........X",
+        "XXXXXXXXXXXXXXXXXXXXXXXX"
     ],
     "enemies": [
-        {"type": "RedOni", "pos": [5, 5], "direction": "left" }
+        {"type": "RedOni", "pos": [5, 7], "direction": "left" },
+        {"type": "RedOni", "pos": [18, 7], "direction": "right" }
     ],
     "doorways": {
-        "starting": {"type": "Doorway", "pos": [3, 9], "facing": "right", "leadsto": "town.to_theatre"}
+        "starting": {"type": "Doorway", "pos": [11, 3], "facing": "right", "leadsto": "town.to_theatre"}
     }
 }
\ No newline at end of file