From a9e9ea6d6e51832e8a71b981267366a6f42f5fe7 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 21 Jan 2010 01:32:57 +0000 Subject: minor tweaking to chase down refresh bug --- (limited to 'constants.py') 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"] -- cgit v0.9.1