# HG changeset patch # User Jeremy Thurgood # Date 1378504064 -7200 # Node ID 9efc1ab833c84c50fbc8e47512267d6e6a78c1ae # Parent e0d27a11f49ab6297a464164e711e9bf8dabe8b4 Fix positioning and debug print. diff -r e0d27a11f49a -r 9efc1ab833c8 data/levels/start --- a/data/levels/start Fri Sep 06 23:39:22 2013 +0200 +++ b/data/levels/start Fri Sep 06 23:47:44 2013 +0200 @@ -12,7 +12,7 @@ - '"Assessment authorisation for Pandora Station, pursuant to the ongoing claims investigation" -- just another day at the office.' classname: Note - args: - - [300, 425] + - [300, 475] - 'Note to self: Practice using tools and weapons during "that time of the month". We don''t want a repeat of last time. Or the time before.' classname: Note lines: [] diff -r e0d27a11f49a -r 9efc1ab833c8 nagslang/game_object.py --- a/nagslang/game_object.py Fri Sep 06 23:39:22 2013 +0200 +++ b/nagslang/game_object.py Fri Sep 06 23:47:44 2013 +0200 @@ -228,7 +228,6 @@ zorder = ZORDER_FLOOR def __init__(self, space, position, message): - print repr(message) body = make_body(None, None, position) self.shape = pymunk.Circle(body, 30) self.shape.sensor = True