view gamelib/scenes/__init__.py @ 697:4bf13af26d6a pyntnclick

Fix detail loading. Clear display on state changes
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 14 Feb 2012 17:10:21 +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'