diff gamelib/scenes/engine.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 8dcefc82801c
children 8f3c82c685a4
line wrap: on
line diff
--- a/gamelib/scenes/engine.py	Tue Sep 07 13:45:07 2010 +0200
+++ b/gamelib/scenes/engine.py	Tue Sep 07 17:05:51 2010 +0200
@@ -514,8 +514,6 @@
     BACKGROUND = "engine_comp_detail.png"
     NAME = "engine_comp_detail"
 
-    SIZE = (640, 400)
-
     ALERTS = {
             'cryo leaking' : 'ec_cryo_leaking.png',
             'cryo empty' : 'ec_cryo_reservoir_empty.png',