view gamelib/scenes/__init__.py @ 744:adbcf84b7b1f pyntnclick

Add a mad clicker test case for SS
author Neil Muller <neil@dip.sun.ac.za>
date Wed, 16 Jan 2013 13:57:24 +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'