From f45b5e262c394cf00ef88f7fca1eab1b4de0fec9 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Thu, 20 Jan 2011 14:57:43 -0500 Subject: Rewrite of Behavior parent class to suck less. Lots of bug fixes. Added 'RestrictLocation' which allows events to fire based on their location. --- config/Outdoor.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'config/Outdoor.xml') diff --git a/config/Outdoor.xml b/config/Outdoor.xml index e3a74f4..e137ec4 100644 --- a/config/Outdoor.xml +++ b/config/Outdoor.xml @@ -70,6 +70,9 @@ False + + behaviors/RedShift.xml + behaviors/RandomColor.xml @@ -114,7 +117,7 @@ behaviors/LoopAndDie.xml - 300 + 30 @@ -123,7 +126,7 @@ runcolordecay pygame - randomLoc + colorchange @@ -147,7 +150,7 @@ mover decay - {'mover':'randmovement'} + {'mover':'redwalk'} True gaussmap @@ -158,6 +161,16 @@ mover + + behaviors.BehaviorChain + + redwalk + + randmovement + redshift + + + behaviors.RandomWalk @@ -188,6 +201,7 @@ echo + redshift square slowdecay -- cgit v1.2.3