aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/C5Sign.xml2
-rw-r--r--config/FireflyDemo.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/config/C5Sign.xml b/config/C5Sign.xml
index 024f0d8..77f6bcc 100644
--- a/config/C5Sign.xml
+++ b/config/C5Sign.xml
@@ -208,7 +208,7 @@
<Id>centerleft</Id>
<Id>center</Id>
</Inputs>
- <TimeMap>{'scanningbars':0,'runcolordecay':10,'expandingcircles':10}</TimeMap>
+ <TimeMap>{'scanningbars':10,'runcolordecay':10,'expandingcircles':10}</TimeMap>
<InputMap>{'scanningbars':'centerleft', 'runcolordecay':'center',\
'expandingcircles':'center'}</InputMap>
<RenderToScreen>True</RenderToScreen>
diff --git a/config/FireflyDemo.xml b/config/FireflyDemo.xml
index 856569e..de639d9 100644
--- a/config/FireflyDemo.xml
+++ b/config/FireflyDemo.xml
@@ -81,7 +81,7 @@
<Class>behaviors.RestrictLocation</Class>
<Args>
<Id>xbounce</Id>
- <Action>{val}*-1</Action>
+ <Action>'{val}*-1'</Action>
<ParamName>XStep</ParamName>
<LocationRestriction>{x}&lt;0 or {x}&gt;800</LocationRestriction>
</Args>
@@ -90,7 +90,7 @@
<Class>behaviors.RestrictLocation</Class>
<Args>
<Id>ybounce</Id>
- <Action>{val}*-1</Action>
+ <Action>'{val}*-1'</Action>
<ParamName>YStep</ParamName>
<LocationRestriction>{y}&lt;0 or {y}&gt;200</LocationRestriction>
</Args>