aboutsummaryrefslogtreecommitdiff
path: root/config/Outdoor.xml
diff options
context:
space:
mode:
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>