Changeset 614:baff8131cd73
- Timestamp:
- 09/07/13 22:46:17 (9 years ago)
- Branch:
- default
- Phase:
- public
- Rebase:
- 63623961366561306630393431336136396532613761623831613038653838373362393633396464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nagslang/game_object.py
r612 r614 365 365 class SokoBox(GameObject): 366 366 def __init__(self, space, position): 367 body = make_body( 1, pymunk.inf, position, 0.1)367 body = make_body(5, pymunk.inf, position, 0.1) 368 368 self.shape = pymunk.Poly( 369 369 body, [(-40, -40), (40, -40), (40, 40), (-40, 40)])
Note:
See TracChangeset
for help on using the changeset viewer.