view gamelib/scenes/__init__.py @ 603:3ce19d33b51f pyntnclick

Rename state to game to not cause confusion with the other state
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 20:09:47 +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'