Changeset 231 for trunk/src/pyspacewar/world.py
- Timestamp:
- 01/04/07 02:50:21 (5 years ago)
- Files:
-
- 1 modified
-
trunk/src/pyspacewar/world.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pyspacewar/world.py
r201 r231 552 552 self.frags = 0 553 553 self.dead = False 554 self.spawn_time = 0 # the value of world.time when last respawned 554 555 555 556 def _set_direction(self, direction): … … 660 661 self.dead = False 661 662 self.health = 1.0 663 if self.world: 664 self.spawn_time = self.world.time 662 665 663 666 def launch(self):
