comparison gamelib/scenes/engine.py @ 55:2e2f6ff54780

Part of the cryo door puzzle.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 23 Aug 2010 13:27:50 +0200
parents 8f1fccb8cadf
children d00aa26941c4
comparison
equal deleted inserted replaced
54:0abd45c58bd3 55:2e2f6ff54780
7 7
8 FOLDER = "engine" 8 FOLDER = "engine"
9 BACKGROUND = None # TODO 9 BACKGROUND = None # TODO
10 10
11 INITIAL_DATA = { 11 INITIAL_DATA = {
12 'accessible': True, 12 'accessible': False,
13 } 13 }
14 14
15 15
16 SCENES = [Engine] 16 SCENES = [Engine]