From 3e532d95fb428ee6e9a0657ccddac789345b67de Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 02 Feb 2012 22:34:09 +0000 Subject: added proto_layer constant --- (limited to 'TurtleArt') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index a7588bc..74291fc 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -25,11 +25,12 @@ from gettext import gettext as _ # Sprite layers # -OVERLAY_LAYER = 525 -TURTLE_LAYER = 550 +OVERLAY_LAYER = 400 +TURTLE_LAYER = 500 BLOCK_LAYER = 600 CATEGORY_LAYER = 700 -TAB_LAYER = 710 +TAB_LAYER = 800 +PROTO_LAYER = 801 STATUS_LAYER = 900 TOP_LAYER = 1000 -- cgit v0.9.1