aboutsummaryrefslogtreecommitdiff
path: root/config/C5Sign-pygame.xml
diff options
context:
space:
mode:
authorGravatar dxiao <dxiao@mit.edu>2011-02-20 14:57:22 -0500
committerGravatar dxiao <dxiao@mit.edu>2011-02-20 14:57:22 -0500
commitc2874a0cefa410aca3fdd33ed701b16bac520440 (patch)
tree89d8f405d9882d7a6561bbbf71f8cf45842e6140 /config/C5Sign-pygame.xml
parent3049644b2ba2045efb96c698105956ce6fedae08 (diff)
C5Sign is now not runnable - use C5Sign-[no]pygame instead
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>