diff gamelib/scenes/cryo.py @ 518:3e91c82c2240

Removed superfluous SIZE attribute on Scene.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 07 Sep 2010 17:05:51 +0200
parents af2a23b9787d
children 8f3c82c685a4
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Tue Sep 07 13:45:07 2010 +0200
+++ b/gamelib/scenes/cryo.py	Tue Sep 07 17:05:51 2010 +0200
@@ -476,8 +476,6 @@
     BACKGROUND_FIXED = "comp_info_detail_fixed.png"
     NAME = "cryo_comp_detail"
 
-    SIZE = (640, 400)
-
     def __init__(self, state):
         super(CryoCompDetail, self).__init__(state)
         self._background_fixed = get_image(self.FOLDER, self.BACKGROUND_FIXED)
@@ -495,8 +493,6 @@
     BACKGROUND = "cryo_unit_detail.png"
     NAME = "cryo_detail"
 
-    SIZE = (300, 300)
-
     def __init__(self, state):
         super(CryoUnitWithCorpse, self).__init__(state)
         self.add_thing(TitaniumLegThing())