view gamelib/scenes/__init__.py @ 643:e81df1abf3b5 pyntnclick

Make detail windows display (not work, but display)
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 12 Feb 2012 02:08:59 +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'