# HG changeset patch # User Jeremy Thurgood # Date 1378104425 -7200 # Node ID 4c7e85906453541ad97d8de62145b0589189dc5a # Parent 5c31b4d1851caf7f22484b94825f001dfb17351c Start next to the wall, not in it. diff -r 5c31b4d1851c -r 4c7e85906453 nagslang/screens/area.py --- 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)