diff gamelib/scenes/engine.py @ 55:2e2f6ff54780

Part of the cryo door puzzle.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 23 Aug 2010 13:27:50 +0200
parents 8f1fccb8cadf
children d00aa26941c4
line wrap: on
line diff
--- a/gamelib/scenes/engine.py	Mon Aug 23 13:23:38 2010 +0200
+++ b/gamelib/scenes/engine.py	Mon Aug 23 13:27:50 2010 +0200
@@ -9,7 +9,7 @@
     BACKGROUND = None # TODO
 
     INITIAL_DATA = {
-        'accessible': True,
+        'accessible': False,
         }