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.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"]