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@sugarlabs.org>2010-03-03 19:51:33 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-03-03 19:51:33 (GMT)
commitafdbaf63b165bbdad438f33ce853bde70132662a (patch)
tree00aaca279e03218639763f3c3524fecc5e1fbebe /taconstants.py
parent9f648c1340b8c1cc9b4f8e414427e2d08784cc57 (diff)
added numbers to color blocks
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/taconstants.py b/taconstants.py
index a8e3dea..11dc3d8 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -258,7 +258,7 @@ BLOCK_NAMES = {
'arc':[_('arc'), _('angle'), _('radius')],
'audio':[' '],
'back':[_('back')],
- 'blue':[_('blue')],
+ 'blue':[_('blue')+' = 70'],
'bottompos':[_('bottom')],
'bottomy':[_('picture bottom')],
'box':[_('box')],
@@ -269,7 +269,7 @@ BLOCK_NAMES = {
'clearheap':[_('empty heap')],
'color':[_('color')],
'comment':[_('comment')],
- 'cyan':[_('cyan')],
+ 'cyan':[_('cyan')+' = 50'],
'decription':[' '],
'division2':['/'],
'empty':[_('empty trash')],
@@ -279,7 +279,7 @@ BLOCK_NAMES = {
'forward':[_('forward')],
'fullscreen':[_('full screen')],
'greater2':[">"],
- 'green':[_('green')],
+ 'green':[_('green')+' = 30'],
'hat':[_('action')],
'hat1':[_('action 1')],
'hat2':[_('action 2')],
@@ -307,7 +307,7 @@ BLOCK_NAMES = {
'nop':[_(' ')],
'not':[_('not')],
'number':['100'],
- 'orange':[_('orange')],
+ 'orange':[_('orange')+' = 10'],
'or2':[_('or')],
'pendown':[_('pen down')],
'pensize':[_('pen size')],
@@ -325,10 +325,10 @@ BLOCK_NAMES = {
'printheap':[_('show heap')],
'print':[_('print')],
'product2':['×'],
- 'purple':[_('purple')],
+ 'purple':[_('purple')+' = 90'],
'push':[_('push')],
'random':[_('random'), _('min'), _('max')],
- 'red':[_('red')],
+ 'red':[_('red')+' = 0'],
'remainder2':[_('mod')],
'repeat':[' ',_('repeat')],
'resistance':[_('resistance')],
@@ -392,7 +392,7 @@ BLOCK_NAMES = {
'write':[_('write')],
'xcor':[_('xcor')],
'ycor':[_('ycor')],
- 'yellow':[_('yellow')]}
+ 'yellow':[_('yellow')+' = 20']}
#
# Logo primitives