log demos/shooter/scripts/gui/guis.py @ 638:980c02db2f56

age author description
Wed, 12 May 2010 16:09:46 +0000 prock Added the fife_settings.py extension. This provides a small utility class for loading and saving settings along with a dialog box for setting screen resolution and other things.
Thu, 06 May 2010 19:34:21 +0000 prock Adding some comments to the shooter demo. Updated the copyright date and FIFE URL as well.
Fri, 23 Apr 2010 17:17:02 +0000 prock Added some powerups including a spread weapon and an extra life.
Thu, 15 Apr 2010 15:53:06 +0000 prock Adding the credits window (still needs to be written)
Wed, 14 Apr 2010 17:42:24 +0000 prock Added a widget to be displayed after the player completes the game.
Tue, 13 Apr 2010 20:23:13 +0000 prock Added the high score dialog to ask for players name (with no validation yet)
Tue, 13 Apr 2010 19:43:31 +0000 prock Added high score window.
Thu, 08 Apr 2010 21:18:36 +0000 prock Player now has 3 lives and will receive a game over message once they are used up.
Wed, 07 Apr 2010 21:26:26 +0000 prock Moved guis to their own file.