changeset 92:4c7e85906453

Start next to the wall, not in it.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 02 Sep 2013 08:47:05 +0200
parents 5c31b4d1851c
children d6a49f0c1e6e
files nagslang/screens/area.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/screens/area.py	Mon Sep 02 08:36:46 2013 +0200
+++ b/nagslang/screens/area.py	Mon Sep 02 08:47:05 2013 +0200
@@ -53,7 +53,7 @@
         self.space.add(*self.walls)
 
     def add_protagonist(self):
-        self.protagonist = Protagonist((400, 300))
+        self.protagonist = Protagonist((350, 300))
         self.protagonist.add_to_space(self.space)
         self.toy_switch = FloorSwitch((300, 400))
         self.toy_switch.add_to_space(self.space)