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-08-22 13:38:24 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-08-22 13:38:24 (GMT)
commit0adbe793bb5454ed08a050f4f0edf1a92553c4fc (patch)
treea562c76be6fc7794441b79bc1c9aa5e7fbaf7873 /TurtleArt/taconstants.py
parent36bdd8452d23ab2d4703bc5d4e65ce4b972bb7bc (diff)
using turtle name to generate turtle color
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index b20948d..8c7eac9 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -168,7 +168,7 @@ SELECTED_STROKE_WIDTH = 1.0
STANDARD_STROKE_WIDTH = 1.0
BLOCK_SCALE = 2.0
PALETTE_SCALE = 1.5
-DEFAULT_TURTLE = 1
+DEFAULT_TURTLE = 'Yertle'
HORIZONTAL_PALETTE = 0
VERTICAL_PALETTE = 1
BLACK = -9999