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>2011-02-13 01:14:20 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-02-13 01:14:20 (GMT)
commitb0ef86c1a09e8cb4cffe4138fabf122319b063f0 (patch)
tree6a901a51d9d3c357dd710872aea7d912c7d2fe72 /TurtleArt/taconstants.py
parentc70b2e4fc53364f882ed3e771c454e097fcc8492 (diff)
use DEFAULT_TURTLE_COLORS from taconstants
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 77ebefb..55a9b34 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -176,6 +176,7 @@ STANDARD_STROKE_WIDTH = 1.0
BLOCK_SCALE = 2.0
PALETTE_SCALE = 1.5
DEFAULT_TURTLE = 'Yertle'
+DEFAULT_TURTLE_COLORS = ['#008000', '#00A000']
HORIZONTAL_PALETTE = 0
VERTICAL_PALETTE = 1
BLACK = -9999