comparison gamelib/scenes/__init__.py @ 520:dfb6e57feebe

Move scene specifications into gamelib.scenes
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 07 Sep 2010 18:25:29 +0200
parents 72b619d01f4d
children
comparison
equal deleted inserted replaced
519:8f3c82c685a4 520:dfb6e57feebe
1 """Package for holding scenes.""" 1 """Package for holding scenes."""
2
3 SCENE_LIST = [
4 "cryo",
5 "bridge",
6 "mess",
7 "engine",
8 "machine",
9 "crew_quarters",
10 "map",
11 "manual",
12 ]
13 INITIAL_SCENE = 'cryo'