changeset 242:0bc8592ee28c

added development background
author Rizmari Versfeld <rizziepit@gmail.com>
date Sun, 13 May 2012 00:35:49 +0200
parents f5d9a063013b
children 05afa7ae5df3 25ea20b9803c
files data/images/engineering_background.jpg gamelib/gamegui.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file data/images/engineering_background.jpg has changed
--- 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)