aboutsummaryrefslogtreecommitdiff
path: root/config/Outdoor.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2010-12-22 15:07:19 -0500
committerGravatar rcoh <rcoh@mit.edu>2010-12-22 15:07:19 -0500
commitd1215a57167f15a55c079cf6e0fb5d4b066ac8fd (patch)
tree0306733fc3db9717e74ed03946c74dd04ae48f50 /config/Outdoor.xml
parentc581408f028d5b8ceadc53c68d7c1252fbe09e6d (diff)
Done with pixel regions, with demo in behaviors/AllPixelsLeft.py. Need to finish up support for
multiple mappers.
Diffstat (limited to 'config/Outdoor.xml')
-rw-r--r--config/Outdoor.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/Outdoor.xml b/config/Outdoor.xml
index a004c4e..ebe11ad 100644
--- a/config/Outdoor.xml
+++ b/config/Outdoor.xml
@@ -184,6 +184,12 @@
</Args>
</Behavior>
<Behavior>
+ <Class>behaviors.AllPixelsLeft</Class>
+ <Args>
+ <Id>pixelsleft</Id>
+ </Args>
+ </Behavior>
+ <Behavior>
<Class>behaviors.RecursiveDecay</Class>
<Args>
<Id>recursivedecay</Id>
@@ -234,6 +240,7 @@
</Inputs>
<ChainedBehaviors>
<Id>echo</Id>
+ <Id>pixelsleft</Id>
<Id>colorchange</Id>
<Id>decay</Id>
</ChainedBehaviors>