Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py11
1 files changed, 11 insertions, 0 deletions
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']