Changeset 94:9ef5c5810dcd
- Timestamp:
- 09/02/13 09:20:17 (7 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nagslang/protagonist.py
r93 r94 133 133 134 134 def render(self, surface): 135 pymunk.pygame_util.draw(surface, self._shapes[self.form]) 135 # Uncomment to draw pymunk shape as well: 136 # pymunk.pygame_util.draw(surface, self._shapes[self.form]) 136 137 super(Protagonist, self).render(surface)
Note:
See TracChangeset
for help on using the changeset viewer.