-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodDesc.xml
46 lines (40 loc) · 1.26 KB
/
modDesc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="44">
<author>Wopster</author>
<version>1.0.0.0</version>
<title>
<en>ShuttleDriveDirection</en>
</title>
<description>
<en>
<![CDATA[ShuttleDriveDirection]]>
</en>
</description>
<iconFilename>icon.png</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="loader.lua"/>
</extraSourceFiles>
<inputBinding>
<actionBinding action="TOGGLE_DRIVE_DIRECTION">
<binding device="KB_MOUSE_DEFAULT" input="KEY_space"/>
</actionBinding>
</inputBinding>
<actions>
<action name="TOGGLE_DRIVE_DIRECTION"/>
</actions>
<l10n>
<text name="input_TOGGLE_DRIVE_DIRECTION">
<en>Toggle driving direction</en>
<de>Fahrtrichtung wechseln</de>
<pl>Zmiana kierunku jazdy</pl>
<it>Alterna direzione di guida</it>
</text>
<text name="action_toggle_drive_direction">
<en>Change driving direction</en>
<de>Fahrtrichtung wechseln</de>
<pl>Zmień kierunek jazdy</pl>
<it>Cambia direzione di guida</it>
</text>
</l10n>
</modDesc>