diff gamelib/scenes/mess.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 3b4a78422201
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Fri Aug 27 16:20:26 2010 +0200
+++ b/gamelib/scenes/mess.py	Fri Aug 27 16:45:47 2010 +0200
@@ -198,7 +198,7 @@
 
 class ToMap(Door):
 
-    NAME = "mess.tomap"
+    SCENE = "mess"
 
     INTERACTS = {
         "door": InteractNoImage(20, 390, 85, 150),