aboutsummaryrefslogtreecommitdiff
path: root/config/LightInstallationConfig.xml
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-25 22:26:52 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-25 22:26:52 -0500
commit1754a1f4511ef52f0a093dd0f9915196bd4261e7 (patch)
treea1f07a8603b67c56120eac938dca424b80f5683a /config/LightInstallationConfig.xml
parent5783d6336f014c05e0e46d7bc35533e70b280582 (diff)
Renaming LayoutEngine to PixelAssembler
Diffstat (limited to 'config/LightInstallationConfig.xml')
-rw-r--r--config/LightInstallationConfig.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/LightInstallationConfig.xml b/config/LightInstallationConfig.xml
index a4722db..3f73e0c 100644
--- a/config/LightInstallationConfig.xml
+++ b/config/LightInstallationConfig.xml
@@ -1,6 +1,6 @@
<!---All configuration items contain a "Class" tag specifying the python class they represent, and an "Args" tag specifying the args to be passed in.-->
<LightInstallation>
- <LayoutConfiguration>
+ <PixelConfiguration>
<PixelStrip>
<Class>layouts.ZigzagLayout</Class><!--Name of Layout Class,
@@ -34,7 +34,7 @@
<originLocation>(10,30)</originLocation>
</Args>
</PixelStrip>
- </LayoutConfiguration>
+ </PixelConfiguration>
<RendererConfiguration>
<Renderer>
<Class>renderers.PygameRenderer</Class>
@@ -102,6 +102,8 @@
<Class>behaviors.DecayBehavior</Class>
<Args>
<Id>decay</Id>
+ <DecayType>Exponential</DecayType>
+ <Coefficient>.01</Coefficient>
<z-index>0</z-index>
<RenderToScreen>False</RenderToScreen>
<Inputs>