From 5fb4e26f2329c8522047fb13a9f4975b309ce7d8 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 21 Jan 2010 15:05:11 +0000 Subject: fixed findsprite bug --- (limited to 'taproject.py') diff --git a/taproject.py b/taproject.py index f550dd6..2b1db79 100644 --- a/taproject.py +++ b/taproject.py @@ -52,6 +52,7 @@ except: pass import block import sprites +from constants import * nolabel = ['audiooff', 'descriptionoff', 'journal'] shape_dict = {'journal':'texton', \ @@ -192,7 +193,7 @@ def load_spr(tw,b): except: if hasattr(spr,"ds_id"): print "couldn't open dsobject (" + str(spr.ds_id) + ")" - spr.set_layer(650) + spr.set_layer(BLOCK_LAYER) return spr def load_turtle(tw,b): -- cgit v0.9.1