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@sugarlabs.org>2010-09-22 21:38:10 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-22 21:38:10 (GMT)
commitcae91fb79822066f07ca5b54034cce8b53654d1a (patch)
tree3db8714b2995364d79e77f5538ac8caa4afdd173 /TurtleArt/taconstants.py
parent8e4c9bddbf801582a15eb57c122b5e74341bc89c (diff)
refactoring turtle skin scaling (#2353)
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 3a5af72..10c1e69 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -179,6 +179,7 @@ HIT_RED = "#F80000"
HIT_GREEN = "#00F000"
HIDE_WHITE = "#F8F8F8"
SHOW_WHITE = "#F0F0F0"
+DEFAULT_SCALE = 33
#
# Block-style definitions
@@ -1090,4 +1091,5 @@ MACROS = {
[20, 'sandwichbottom', 0, 0, [18, None]]],
'reskin':
[[0, 'skin', 0, 0, [None, 1, None]],
- [1, 'journal', 0, 0, [0, None]]] }
+ [1, 'journal', 0, 0, [0, None]]]
+ }