diff gamelib/gamegui.py @ 242:0bc8592ee28c

added development background
author Rizmari Versfeld <rizziepit@gmail.com>
date Sun, 13 May 2012 00:35:49 +0200
parents af86a207d8d2
children 05afa7ae5df3 25ea20b9803c
line wrap: on
line diff
--- a/gamelib/gamegui.py	Sun May 13 00:16:44 2012 +0200
+++ b/gamelib/gamegui.py	Sun May 13 00:35:49 2012 +0200
@@ -556,6 +556,8 @@
 
     def __init__(self, screen, lab):
         super(DevelopmentWindow, self).__init__(screen, lab.game)
+        self.background_image = image.load(
+                filepath('images/engineering_background.jpg'))
         self.lab = lab
 
         labbut = SwitchWinButton((150, 0), 'SCIENCE!!', lab)