Changeset 382:70f6917cad07
- Timestamp:
- 09/06/13 21:37:55 (9 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/levels/start
r326 r382 8 8 - 180 9 9 classname: Door 10 - args: 11 - [300, 125] 12 - '"Assessment authorisation for Pandora Station, pursuant to the ongoing claims investigation" -- just another day at the office.' 13 classname: Note 14 - args: 15 - [300, 425] 16 - '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.' 17 classname: Note 10 18 lines: [] 11 19 polygons: -
nagslang/game_object.py
r378 r382 229 229 230 230 def __init__(self, space, position, message): 231 print repr(message) 231 232 body = make_body(None, None, position) 232 233 self.shape = pymunk.Circle(body, 30)
Note:
See TracChangeset
for help on using the changeset viewer.