aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Outdoor.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/Outdoor.xml b/config/Outdoor.xml
index f0995b1..053f31e 100644
--- a/config/Outdoor.xml
+++ b/config/Outdoor.xml
@@ -84,6 +84,13 @@
<Id>pixelsleft</Id>
</Args>
</Behavior>
+ <Behavior>
+ <Class>behaviors.Square</Class>
+ <Args>
+ <Id>square</Id>
+ <Width>10</Width>
+ </Args>
+ </Behavior>
<Behavior Id="recursivedecay">
<InheritsFrom>behaviors/LoopAndDie.xml</InheritsFrom>
<Args>
@@ -130,7 +137,7 @@
</Inputs>
<ChainedBehaviors>
<Id>echo</Id>
- <Id>pixelsleft</Id>
+ <Id>square</Id>
<Id>decay</Id>
</ChainedBehaviors>
<RenderToScreen>True</RenderToScreen>