aboutsummaryrefslogtreecommitdiff
path: root/config/C5Sign-pygame.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/C5Sign-pygame.xml')
-rw-r--r--config/C5Sign-pygame.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/C5Sign-pygame.xml b/config/C5Sign-pygame.xml
new file mode 100644
index 0000000..2040642
--- /dev/null
+++ b/config/C5Sign-pygame.xml
@@ -0,0 +1,18 @@
+<LightInstallation>
+ <RendererConfiguration>
+ <Renderer Scale="5">
+ <InheritsFrom>renderers/Pygame.xml</InheritsFrom>
+ </Renderer>
+ </RendererConfiguration>
+ <InputConfiguration>
+ <InputElement>
+ <Class>inputs.PygameInput</Class>
+ <Args>
+ <Id>pygamekey</Id>
+ <RefreshInterval>10</RefreshInterval>
+ <Keyboard>True</Keyboard>
+ </Args>
+ </InputElement>
+ </InputConfiguration>
+ <InheritsFrom>config/C5Sign.xml</InheritsFrom>
+</LightInstallation>