diff gamelib/scenes/engine.py @ 252:dfc89bc64fdb

Start of walkthrough "unit test" and associated fixes and tweaks.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 16:45:47 +0200
parents cc478e3a951e
children 5f58da9eeb52
line wrap: on
line diff
--- a/gamelib/scenes/engine.py	Fri Aug 27 16:20:26 2010 +0200
+++ b/gamelib/scenes/engine.py	Fri Aug 27 16:45:47 2010 +0200
@@ -23,7 +23,7 @@
 
 class ToMap(Door):
 
-    NAME = "engine.tomap"
+    SCENE = "engine"
 
     INTERACTS = {
         "door": InteractText(100, 200, "To Map"),