Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-01-05 21:00:54 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-01-05 21:00:54 (GMT)
commit256d24722b5e93becc629777eaa6190326c3d2d4 (patch)
treebe88fe60d1f3ca612b36feabbb485d4990eaa2c0 /TurtleArt/taconstants.py
parent9263b5c8e7c4109cb2660ab77777feb3ab39d765 (diff)
add test for XO30 and adjust Motion Threshold
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 0eb382d..a7588bc 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -73,6 +73,7 @@ DEFAULT_SCALE = 33
XO1 = 'xo1'
XO15 = 'xo1.5'
XO175 = 'xo1.75'
+XO30 = 'xo3.0'
UNKNOWN = 'unknown'
CONSTANTS = {'leftpos': None, 'toppos': None, 'rightpos': None,