comparison 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
comparison
equal deleted inserted replaced
251:602fe654bd37 252:dfc89bc64fdb
196 " tape could actually be used to tape ducts?") 196 " tape could actually be used to tape ducts?")
197 197
198 198
199 class ToMap(Door): 199 class ToMap(Door):
200 200
201 NAME = "mess.tomap" 201 SCENE = "mess"
202 202
203 INTERACTS = { 203 INTERACTS = {
204 "door": InteractNoImage(20, 390, 85, 150), 204 "door": InteractNoImage(20, 390, 85, 150),
205 } 205 }
206 206