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 'constants.py') diff --git a/constants.py b/constants.py index 47d6b86..41e11dd 100644 --- a/constants.py +++ b/constants.py @@ -13,6 +13,17 @@ from gettext import gettext as _ +# sprite layers +CANVAS_LAYER = 600 +TURTLE_LAYER = 630 +HIDE_LAYER = 100 +OVERLAY_LAYER = 615 +STATUS_LAYER = 710 +TOP_LAYER = 2000 +BLOCK_LAYER = 650 +CATEGORY_LAYER = 660 +TAB_LAYER = 670 + # block to proto tables BASIC_STYLE_HEAD = ['start', 'action 1', 'action 2'] BASIC_STYLE_TAIL = ['stop action'] -- cgit v0.9.1