Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-02-02 22:34:09 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-02-02 22:34:09 (GMT)
commit3e532d95fb428ee6e9a0657ccddac789345b67de (patch)
treeda974ccc164344c78061bb73686a178920e65cf2 /TurtleArt/taconstants.py
parent1ef0ababfe952ec218ac7fa92d234c11f630c238 (diff)
added proto_layer constant
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py7
1 files changed, 4 insertions, 3 deletions
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