From c6e13603f52ad477a0275af1c6a1e5ba50fdc688 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 11 Feb 2010 12:55:46 +0000 Subject: switching back to split --- (limited to 'taconstants.py') diff --git a/taconstants.py b/taconstants.py index 1ae34df..3c23f89 100644 --- a/taconstants.py +++ b/taconstants.py @@ -109,7 +109,7 @@ PALETTE_NAMES = ['turtle', 'pen', 'colors', 'numbers', 'flow', 'blocks', PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show', 'seth', 'setxy', 'heading', 'xcor', 'ycor', 'setscale', - 'arc', 'scale', 'width', 'height', 'leftpos', 'toppos', 'rightpos', + 'arc', 'scale', 'leftpos', 'toppos', 'rightpos', 'bottompos'], ['penup','pendown', 'setpensize', 'fillscreen', 'pensize', 'settextsize', 'setcolor', 'setshade', 'textsize', 'color', @@ -125,10 +125,10 @@ PALETTES = [['forward', 'back', 'clean', 'left', 'right', 'show', 'storein', 'start'], ['kbinput', 'push', 'printheap', 'keyboard', 'pop', 'clearheap', 'myfunc', 'nop', 'sandwichtop', 'sandwichbottom', - 'addturtle', 'print', 'comment'], - ['journal', 'audio', 'description', 'picturelist', - 'hideblocks', 'showblocks', 'fullscreen', - 'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2', 'savepix'], + 'addturtle', 'print', 'comment', 'width', 'height'], + ['journal', 'audio', 'description', 'savepix', + 'hideblocks', 'showblocks', 'fullscreen', 'picturelist', + 'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2'], ['empty', 'restoreall']] # -- cgit v0.9.1