diff gamelib/scenes/cryo.py @ 127:9646e7c8bb97

Size detail window based on the Scene background image.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 18:11:53 +0200
parents d3ca34a664fd
children 4223d66d88b4
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Aug 24 18:05:27 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Aug 24 18:11:53 2010 +0200
@@ -180,7 +180,7 @@
 class CryoUnitWithCorpse(Scene):
 
     FOLDER = "cryo"
-    BACKGROUND = "cryo_room.png"
+    BACKGROUND = "cryo_unit_detail.png"
     NAME = "cryo_detail"
 
     SIZE = (300, 300)