diff gamelib/menu.py @ 34:e5c043aeed65

Inventory and items. And stuff.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 22 Aug 2010 19:59:42 +0200
parents 9d5de13e2ac3
children 414910c415a2
line wrap: on
line diff
--- a/gamelib/menu.py	Sun Aug 22 19:51:24 2010 +0200
+++ b/gamelib/menu.py	Sun Aug 22 19:59:42 2010 +0200
@@ -9,7 +9,6 @@
 class MenuScreen(Screen):
     def __init__(self, shell):
         Screen.__init__(self, shell)
-        self.shell = shell
         StartButton = Button('Start New Game', action = self.start)
         QuitButton = Button('Quit', action = shell.quit)
         Title = Label('Caught! ... In SPAACE')