diff 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
line wrap: on
line diff
--- a/gamelib/scenes/__init__.py	Sat Jun 21 22:04:35 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-"""Package for holding scenes."""
-
-SCENE_LIST = [
-        "cryo",
-        "bridge",
-        "mess",
-        "engine",
-        "machine",
-        "crew_quarters",
-        "map",
-        "manual",
-        ]
-INITIAL_SCENE = 'cryo'