view gamelib/scenes/__init__.py @ 568:aae75f7ce7a1 pyntnclick

Add import of DEBUG back to main.py.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sat, 11 Feb 2012 15:37:43 +0200
parents dfb6e57feebe
children
line wrap: on
line source

"""Package for holding scenes."""

SCENE_LIST = [
        "cryo",
        "bridge",
        "mess",
        "engine",
        "machine",
        "crew_quarters",
        "map",
        "manual",
        ]
INITIAL_SCENE = 'cryo'