aboutsummaryrefslogtreecommitdiff
path: root/config/Outdoor.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-03 22:28:28 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-03 22:28:28 -0500
commitf5c29b39f3eef83227e3fb7c550d9b2922a19894 (patch)
treed8b1575b49762756ae1cbd152b9c5f51f3f93801 /config/Outdoor.xml
parentba796403d111ffc3b29620647f38bc5541840ccb (diff)
fixed a bug caused by util stuff. some new functionality, not all fully implemented.
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 f84f261..5018643 100644
--- a/config/Outdoor.xml
+++ b/config/Outdoor.xml
@@ -44,6 +44,12 @@
<InputElement Id="followmouse">
<InheritsFrom>inputs/MouseFollower.xml</InheritsFrom>
</InputElement>
+ <InputElement>
+ <Class>inputs.RandomLocs</Class>
+ <Args>
+ <Id>randomLoc</Id>
+ </Args>
+ </InputElement>
</InputConfiguration>
<BehaviorConfiguration>
<Behavior>
@@ -85,6 +91,7 @@
<Id>runcolordecay</Id>
<Inputs>
<Id>pygame</Id>
+ <Id>randomLoc</Id>
</Inputs>
<ChainedBehaviors>
<Id>colorchange</Id>