Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-21 01:32:57 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-21 01:32:57 (GMT)
commita9e9ea6d6e51832e8a71b981267366a6f42f5fe7 (patch)
tree75f6412cabc4aab6d1d0c56ea48603e4155ab19a /constants.py
parente45650614b2e04622decd24dceee1a52a8d15fe5 (diff)
minor tweaking to chase down refresh bug
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index bc17705..47d6b86 100644
--- a/constants.py
+++ b/constants.py
@@ -25,12 +25,11 @@ BASIC_STYLE_2ARG = ['arc', 'setxy', 'fill screen']
BOX_STYLE = ['number', 'xcor', 'ycor', 'heading', 'pen size', 'color', 'shade'\
'text color', 'text size', 'box 1', 'box 2', 'string']
-
TURTLE_PALETTE = ['clean', 'forward', 'back', 'left', 'right', 'seth', 'show',\
'set_scale', 'xcor', 'ycor', 'heading']
PEN_PALETTE = ['pen up','pen down']
NUMBER_PALETTE = ['number']
-BLOCKS_PALETTE = ['string']
+BLOCKS_PALETTE = ['start', 'string']
TURTLE_COLORS = ["#00FF00","#00A000"]
PEN_COLORS = ["#00FFFF","#00A0A0"]