From 69a6947cbb2768c1a23fd34f9834afa2390a2ea4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 May 2013 11:48:01 +0000 Subject: more adjustments to export of color constants to Logo --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 4961b24..6f48c30 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -92,11 +92,6 @@ COLORDICT = {'_black': [None, 0, 0], '_white': [None, 100, 0], '_cyan': [50, 50, 100], '_blue': [70, 50, 100], '_purple': [90, 50, 100]} -LOGOCOLORDICT = {'_black': 0, '_white': 1, '_red': 2, '_orange': 3, - '_yellow': 3, '_green': 4, '_cyan': 5, '_blue': 6, - '_purple': 7} - - # Blocks that are expandable EXPANDABLE_STYLE = ['boolean-style', 'compare-porch-style', 'compare-style', 'number-style-porch', 'number-style', 'basic-style-2arg', -- cgit v0.9.1