comparison 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
comparison
equal deleted inserted replaced
517:26f9b4d10e3e 518:3e91c82c2240
512 512
513 FOLDER = "engine" 513 FOLDER = "engine"
514 BACKGROUND = "engine_comp_detail.png" 514 BACKGROUND = "engine_comp_detail.png"
515 NAME = "engine_comp_detail" 515 NAME = "engine_comp_detail"
516 516
517 SIZE = (640, 400)
518
519 ALERTS = { 517 ALERTS = {
520 'cryo leaking' : 'ec_cryo_leaking.png', 518 'cryo leaking' : 'ec_cryo_leaking.png',
521 'cryo empty' : 'ec_cryo_reservoir_empty.png', 519 'cryo empty' : 'ec_cryo_reservoir_empty.png',
522 'super malfunction' : 'ec_cryo_super_malfunction.png', 520 'super malfunction' : 'ec_cryo_super_malfunction.png',
523 } 521 }