comparison gamelib/scenes/bridge.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 602fe654bd37
children 2bd28030e8e4
comparison
equal deleted inserted replaced
251:602fe654bd37 252:dfc89bc64fdb
50 change_playlist(None) 50 change_playlist(None)
51 51
52 52
53 class ToMap(Door): 53 class ToMap(Door):
54 54
55 NAME = "bridge.tomap" 55 SCENE = "bridge"
56 56
57 INTERACTS = { 57 INTERACTS = {
58 "door": InteractNoImage(707, 344, 84, 245), 58 "door": InteractNoImage(707, 344, 84, 245),
59 } 59 }
60 60