view gamelib/scenes/__init__.py @ 774:b0bd36c2c840 pyntnclick

The data is actually on the scene (now we can finish the game)
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 17:51:33 +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'