Show
Ignore:
Timestamp:
01/05/07 03:20:46 (5 years ago)
Author:
mg
Message:

Reorder the main menu.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pyspacewar/ui.py

    r242 r243  
    13991399        """Initialize the mode.""" 
    14001400        self.menu_items = [ 
    1401             ('Watch Demo',      self.ui.watch_demo), 
    14021401            ('New Game',        self.ui.new_game_menu), 
    14031402            ('Options',         self.ui.options_menu), 
    14041403            ('Help',            self.ui.help), 
     1404            ('Watch Demo',      self.ui.watch_demo), 
    14051405            ('Quit',            self.ui.quit), 
    14061406        ]