comparison gamelib/scenes/__init__.py @ 854:3577c51029f1 default tip

Remove Suspended Sentence. pyntnclick is the library we extracted from it
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:15:54 +0200
parents f95830b58336
children
comparison
equal deleted inserted replaced
853:f95830b58336 854:3577c51029f1
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'