Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-13 15:15:43 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-13 15:15:43 (GMT)
commit75fa65002dac407e064d168610c438f3db69258e (patch)
tree2e9d7048e68a02425f678baf2ce189ce409523dd /taconstants.py
parent52c1689ecef335d89c07f37b5a7387ad8f87b899 (diff)
added colors palette back in since pen palette was too full
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/taconstants.py b/taconstants.py
index d607c37..1199766 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -104,7 +104,7 @@ TOP_LAYER = 1000
# Block-palette categories
#
-PALETTE_NAMES = ['turtle', 'pen', 'numbers', 'flow', 'blocks',
+PALETTE_NAMES = ['turtle', 'pen', 'colors', 'numbers', 'flow', 'blocks',
'extras', 'portfolio', 'trash']
PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
@@ -113,8 +113,8 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
'bottompos'],
['penup','pendown', 'setpensize', 'fillscreen', 'pensize',
'settextsize', 'setcolor', 'setshade', 'textsize', 'color',
- 'shade', 'red', 'orange', 'yellow', 'green', 'cyan', 'blue',
- 'purple'],
+ 'shade'],
+ [ 'red', 'orange', 'yellow', 'green', 'cyan', 'blue', 'purple'],
['plus2', 'minus2', 'product2',
'division2', 'identity2', 'remainder2', 'sqrt', 'random',
'number', 'greater2', 'less2', 'equal2', 'not', 'and2', 'or2'],
@@ -135,7 +135,7 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
# Block-style attributes
#
-COLORS = [["#00FF00","#00A000"], ["#00FFFF","#00A0A0"],
+COLORS = [["#00FF00","#00A000"], ["#00FFFF","#00A0A0"], ["#00FFFF","#00A0A0"],
["#FF00FF","#A000A0"], ["#FFC000","#A08000"], ["#FFFF00","#A0A000"],
["#FF0000","#A00000"], ["#0000FF","#0000A0"], ["#FFFF00","#A0A000"]]