view gamelib/scenes/__init__.py @ 814:0430f7a8a86c pyntnclick

Stop the infinite stack of manuals
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 27 Jan 2013 18:58:07 +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'