# HG changeset patch # User Jeremy Thurgood # Date 1378503475 -7200 # Node ID 70f6917cad07f978670387be6a3809c1db9feefa # Parent c22784701143c9e96a76230f500a6635912bb649 Some notes. diff -r c22784701143 -r 70f6917cad07 data/levels/start --- a/data/levels/start Fri Sep 06 23:22:44 2013 +0200 +++ b/data/levels/start Fri Sep 06 23:37:55 2013 +0200 @@ -7,6 +7,14 @@ - [300, 300] - 180 classname: Door +- args: + - [300, 125] + - '"Assessment authorisation for Pandora Station, pursuant to the ongoing claims investigation" -- just another day at the office.' + classname: Note +- args: + - [300, 425] + - '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: [] polygons: 1: diff -r c22784701143 -r 70f6917cad07 nagslang/game_object.py --- a/nagslang/game_object.py Fri Sep 06 23:22:44 2013 +0200 +++ b/nagslang/game_object.py Fri Sep 06 23:37:55 2013 +0200 @@ -228,6 +228,7 @@ 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