From 9c8080555d39f5df77b208c4ba6f4e3e42059885 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 25 Nov 2011 21:48:02 +0000 Subject: move position of labels on if-then-else blocks; add some doc strings to block factories; move some constants to taconstant.py --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 4dd5f50..d0b7b46 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -57,6 +57,8 @@ BLOCK_SCALE = [0.5, 1.0, 1.5, 2.0, 3.0, 4.0, 6.0, 8.0] PALETTE_SCALE = 1.5 DEFAULT_TURTLE = 'Yertle' DEFAULT_TURTLE_COLORS = ['#008000', '#00A000'] +PALETTE_COLOR = "#FFD000" +TOOLBAR_COLOR = "#282828" HORIZONTAL_PALETTE = 0 VERTICAL_PALETTE = 1 BLACK = -9999 -- cgit v0.9.1