From 5783d6336f014c05e0e46d7bc35533e70b280582 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Thu, 25 Nov 2010 21:44:00 -0500 Subject: Added BehaviorChain to support chains of behaviors. Added FollowMouse parameter to PygameInput to support following of mice. Added component registry to Util which allows any component to access any other component. Some changes to the structure of LightInstallation. --- config/LightInstallationConfig.xml | 54 +++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 6 deletions(-) (limited to 'config/LightInstallationConfig.xml') diff --git a/config/LightInstallationConfig.xml b/config/LightInstallationConfig.xml index a5f4a08..a4722db 100644 --- a/config/LightInstallationConfig.xml +++ b/config/LightInstallationConfig.xml @@ -56,14 +56,22 @@ inputs.PygameInput - pygame + pygame + 100 + + + + inputs.PygameInput + + followmouse + True 100 inputs.UDPInput - UDP + UDP 6038 100 @@ -73,21 +81,55 @@ behaviors.EchoBehavior - echo + echo + 0 + False + + + + + + behaviors.ColorChangerBehavior + + color 0 + False + + + + + + behaviors.DecayBehavior + + decay + 0 + False - pygame behaviors.DebugBehavior - debug + debug 0 - UDP + UDP + + + + + behaviors.BehaviorChain + + + followmouse + + echo + color + decay + + True -- cgit v1.2.3