view gamelib/scenes/__init__.py @ 695:20f65f716048 pyntnclick

The result list may contain None's
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 14 Feb 2012 16:27:49 +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'