diff gamelib/gamegui.py @ 234:0478c8b44acf

added lab background
author Rizmari Versfeld <rizziepit@gmail.com>
date Sun, 13 May 2012 00:09:49 +0200
parents f8c05e6dc0e2
children 212bfbb96055
line wrap: on
line diff
--- a/gamelib/gamegui.py	Sat May 12 23:54:22 2012 +0200
+++ b/gamelib/gamegui.py	Sun May 13 00:09:49 2012 +0200
@@ -624,6 +624,7 @@
         self.game = Game(game_dict)
         super(LabWindow, self).__init__(screen, self.game)
         self.autosave = get_save_filename()
+        self.background_image = image.load(filepath('images/lab_background.jpg'))
 
         # Ensure we setup everything with the correct state set
         self.game.start_turn()