Changeset 250
- Timestamp:
- 01/05/07 04:18:00 (5 years ago)
- Files:
-
- 1 modified
-
trunk/src/pyspacewar/ui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pyspacewar/ui.py
r249 r250 2250 2250 """End the game in progress.""" 2251 2251 self._new_game(0) 2252 self.watch_demo() 2252 2253 self.ui_mode = MainMenuMode(self) 2253 2254
