comparison 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
comparison
equal deleted inserted replaced
126:f125bb60d7de 127:9646e7c8bb97
178 178
179 179
180 class CryoUnitWithCorpse(Scene): 180 class CryoUnitWithCorpse(Scene):
181 181
182 FOLDER = "cryo" 182 FOLDER = "cryo"
183 BACKGROUND = "cryo_room.png" 183 BACKGROUND = "cryo_unit_detail.png"
184 NAME = "cryo_detail" 184 NAME = "cryo_detail"
185 185
186 SIZE = (300, 300) 186 SIZE = (300, 300)
187 187
188 def __init__(self, state): 188 def __init__(self, state):