view gamelib/scenes/__init__.py @ 788:abfa4f7e89a0 pyntnclick

Update scripts to handle moved po directory
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 26 Jan 2013 20:09: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'