diff data/levels/tea_house.json @ 274:e006ec7b3d8f

proper levels
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 19:12:44 +0200
parents
children 907c1cb2c618
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/levels/tea_house.json	Fri Apr 08 19:12:44 2011 +0200
@@ -0,0 +1,26 @@
+{
+    "description": "The tea house",
+    "backgrounds": [
+        "background_01_back.png"
+    ],
+    "tileset": "flower_light",
+    "tiles": [
+        "XXXXXXXXXXXXXXXXXXXXXX",
+        "X....................X",
+        "X....................X",
+        "X....................X",
+        "X....................X",
+        "X....................X",
+        "X....................X",
+        "X....................X",
+        "X....................X",
+        "XXXXXXXXXXXXXXXXXXXXXX"
+    ],
+    "enemies": [
+        {"type": "RedOni", "pos": [5, 5], "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"}
+    }
+}
\ No newline at end of file