changeset 234:0478c8b44acf

added lab background
author Rizmari Versfeld <rizziepit@gmail.com>
date Sun, 13 May 2012 00:09:49 +0200
parents 6be93c73fd59
children 212bfbb96055
files data/images/lab_background.jpg gamelib/gamegui.py
diffstat 2 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file data/images/lab_background.jpg has changed
--- 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()