aboutsummaryrefslogtreecommitdiff
path: root/config/C5Sign-pygame.xml
blob: d08e14c7a107859f89a6ec11a958c88a7321d630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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-Leah.xml</InheritsFrom>
</LightInstallation>