From b0ef86c1a09e8cb4cffe4138fabf122319b063f0 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 13 Feb 2011 01:14:20 +0000 Subject: use DEFAULT_TURTLE_COLORS from taconstants --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 77ebefb..55a9b34 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -176,6 +176,7 @@ STANDARD_STROKE_WIDTH = 1.0 BLOCK_SCALE = 2.0 PALETTE_SCALE = 1.5 DEFAULT_TURTLE = 'Yertle' +DEFAULT_TURTLE_COLORS = ['#008000', '#00A000'] HORIZONTAL_PALETTE = 0 VERTICAL_PALETTE = 1 BLACK = -9999 -- cgit v0.9.1