diff data/game.json @ 288:ddcfc159dc2a

Combine 'fox' and 'player' sections in game.json.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 21:23:00 +0200
parents f512e874b2e7
children 16ffe6f5dbb8
line wrap: on
line diff
--- a/data/game.json	Fri Apr 08 21:17:30 2011 +0200
+++ b/data/game.json	Fri Apr 08 21:23:00 2011 +0200
@@ -3,7 +3,9 @@
         "item": null,
         "tails" : [],
         "cur_health" : 40,
-        "max_health" : 40
+        "max_health" : 40,
+        "level": "temple",
+        "doorway": "starting"
     },
     "missions": {
         "monk_tea": false,
@@ -40,6 +42,5 @@
         "temple" : "temple",
         "theatre" : "theatre",
         "town" : "town"
-    },
-    "player": {"level": "temple", "doorway": "starting"}
+    }
 }