view gamelib/scenes/__init__.py @ 821:cea2a503f6f6 pyntnclick

Hide room labels in map.xcf
author Neil Muller <neil@dip.sun.ac.za>
date Mon, 28 Jan 2013 18:28:39 +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'