From 4d62e1152241854ab864142d827d735d84405078 Mon Sep 17 00:00:00 2001 From: rcoh Date: Sat, 12 Feb 2011 15:59:59 -0500 Subject: Modified the test code to automatically pick up new tests. Just add your test file to tests/__init__.py. Fixed a bug in ZigZagLayout. Added the BehaviorQuerySystem to allow querying on behaviors. Added the "ModulateColor" behavior which will continually shift a color along the HSV plane. Added TestBQS to test the behavior query system. Modified Behavior to have a getLastOutput and setLastOutput method. --- config/Demo.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config/Demo.xml') diff --git a/config/Demo.xml b/config/Demo.xml index 4e811ba..67e9811 100644 --- a/config/Demo.xml +++ b/config/Demo.xml @@ -126,6 +126,7 @@ movebounce xymove + colorshift ybounce xbounce @@ -205,6 +206,12 @@ False + + behaviors.ColorShift + + colorshift + + behaviors.BehaviorChain @@ -217,7 +224,7 @@ square singleframe - True + False -- cgit v1.2.3