aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Profile.py2
-rw-r--r--config/Demo.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Profile.py b/Profile.py
index daabb6b..a1eb581 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/Kuan.xml'])"""
+command = """main(['', 'config/Demo.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")
diff --git a/config/Demo.xml b/config/Demo.xml
index 525e468..4e811ba 100644
--- a/config/Demo.xml
+++ b/config/Demo.xml
@@ -68,7 +68,7 @@
<RefreshInterval>10</RefreshInterval>
</Args>
</InputElement>-->
- <InputElement Id="followmouse">
+ <InputElement Id="followmouse" RefreshInterval="1000">
<InheritsFrom>inputs/MouseFollower.xml</InheritsFrom>
</InputElement>
</InputConfiguration>
@@ -152,7 +152,7 @@
</Args>
</Behavior>
<Behavior>
- <Class>behaviors.Square</Class>
+ <Class>behaviors.AllPixels</Class>
<Args>
<Id>square</Id>
<Width>20</Width>