diff gamelib/scenes/machine.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 12c4f87ea424
children 020f83305bf3
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Fri Aug 27 16:20:26 2010 +0200
+++ b/gamelib/scenes/machine.py	Fri Aug 27 16:45:47 2010 +0200
@@ -28,7 +28,7 @@
 
 class ToMap(Door):
 
-    NAME = "machine.tomap"
+    SCENE = "machine"
 
     INTERACTS = {
         "door": InteractText(100, 200, "To Map"),