# HG changeset patch # User Neil Muller # Date 1302453066 -7200 # Node ID 87947e4afa023f4acfd66874835609f06e8bd18d # Parent dc73dda93fb1aa72d1004bbde3f51b22af56fcca Fix kumiko's position diff -r dc73dda93fb1 -r 87947e4afa02 data/game.json --- a/data/game.json Sun Apr 10 17:56:19 2011 +0200 +++ b/data/game.json Sun Apr 10 18:31:06 2011 +0200 @@ -166,7 +166,7 @@ "kaneda2": { "type": "Kaneda", "level": "tea_house", "pos": [6, 10], "dsm": "npcs/kaneda2.json", "state": "start", "facing": "right", "present": true }, "tetsuo": { "type": "Tetsuo", "level": "tea_house", "pos": [9, 10], "dsm": "npcs/tetsuo.json", "state": "start", "facing": "left" }, "kaneda": { "type": "Kaneda", "level": "geisha_room", "pos": [13, 13], "dsm": "npcs/kaneda.json", "state": "start", "facing": "left", "present": false }, - "kumiko": { "type": "Kumiko", "level": "geisha_room", "pos": [8, 13], "dsm": "npcs/kumiko.json", "state": "start", "facing": "left" }, + "kumiko": { "type": "Kumiko", "level": "geisha_room", "pos": [11, 13], "dsm": "npcs/kumiko.json", "state": "start", "facing": "left" }, "maneki": { "type": "Maneki", "level": "market", "pos": [35, 6], "dsm": "npcs/maneki.json", "state": "start" }, "fishmonger": { "type": "FishMonger", "level": "fishmonger_house", "pos": [23, 5], "dsm": "npcs/fishmonger.json", "state": "start" }, "actor": { "type": "Actor", "level": "theatre", "pos": [12, 9], "dsm": "npcs/actor.json", "state": "start" },