Changeset 384:9efc1ab833c8
- Timestamp:
- Sep 6, 2013, 9:47:44 PM (7 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/levels/start
r382 r384 13 13 classname: Note 14 14 - args: 15 - [300, 4 25]15 - [300, 475] 16 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 17 classname: Note -
nagslang/game_object.py
r382 r384 229 229 230 230 def __init__(self, space, position, message): 231 print repr(message)232 231 body = make_body(None, None, position) 233 232 self.shape = pymunk.Circle(body, 30)
Note: See TracChangeset
for help on using the changeset viewer.