From 2b0e769d5c1fdf4c8e7142111b6e044bb13ca99a Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 06 Mar 2010 13:29:38 +0000 Subject: using constants for orientation --- (limited to 'taconstants.py') diff --git a/taconstants.py b/taconstants.py index 11dc3d8..65c347a 100644 --- a/taconstants.py +++ b/taconstants.py @@ -167,6 +167,8 @@ STANDARD_STROKE_WIDTH = 1.0 BLOCK_SCALE = 2.0 PALETTE_SCALE = 1.5 DEFAULT_TURTLE = 1 +HORIZONTAL_PALETTE = 0 +VERTICAL_PALETTE = 1 # # Block-style definitions -- cgit v0.9.1