changeset 384:9efc1ab833c8

Fix positioning and debug print.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 06 Sep 2013 23:47:44 +0200
parents e0d27a11f49a
children 51deb78cae52
files data/levels/start nagslang/game_object.py
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: []
--- 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