aboutsummaryrefslogtreecommitdiff
path: root/config/6thFloor.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-27 17:24:32 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-27 17:24:32 -0500
commit3bca013bad5730ce0749de38fba334af67dd4bc1 (patch)
tree050c711a7b0b21d5ef4e0c04218535fa738185e9 /config/6thFloor.xml
parent4fbb65efee8a214d9a35395e46c582f251ea2a35 (diff)
parentad8ad25072f55413ecfd696eff1e07c1cd08984e (diff)
Merge branch 'experimental'
Conflicts: config/6thFloor.xml
Diffstat (limited to 'config/6thFloor.xml')
-rw-r--r--config/6thFloor.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/config/6thFloor.xml b/config/6thFloor.xml
index b58ff57..81f0c9f 100644
--- a/config/6thFloor.xml
+++ b/config/6thFloor.xml
@@ -28,9 +28,9 @@
</PixelMapper>
</PixelMapperConfiguration>
<RendererConfiguration>
- <!--Renderer>
+ <Renderer>
<InheritsFrom>renderers/60StripSeq.xml</InheritsFrom>
- </Renderer-->
+ </Renderer>
<Renderer>
<InheritsFrom>renderers/Pygame.xml</InheritsFrom>
</Renderer>
@@ -147,12 +147,22 @@
<Id>movebounce</Id>
<ChainedBehaviors>
<Id>xymove</Id>
- <Id>ybounce</Id>
+ <!--Id>ybounce</Id-->
<Id>xbounce</Id>
+ <Id>ysin</Id>
</ChainedBehaviors>
</Args>
</Behavior>
<Behavior>
+ <Class>behaviors.ModifyParam</Class>
+ <Args>
+ <Id>ysin</Id>
+ <ParamName>YStep</ParamName>
+ <ParamType>Sensor</ParamType>
+ <ParamOp>4*math.sin({x}/float(40))</ParamOp>
+ </Args>
+ </Behavior>
+ <Behavior>
<Class>behaviors.BehaviorChain</Class>
<Args>
<Id>expanddie</Id>