1
0
Fork 0

bound brake indicator to parking brake

This commit is contained in:
j4strngs 2002-04-11 23:47:08 +00:00
parent 3e4235114d
commit 2e34702365

View file

@ -14,7 +14,7 @@
<layer> <layer>
<name>Brake light</name> <name>Brake light</name>
<type>switch</type> <type>switch</type>
<property>/controls[0]/brakes[2]</property> <!-- nose brake --> <property>/controls[0]/parking-brake</property> <!-- nose brake -->
<layer> <layer>
<name>on</name> <name>on</name>
<texture> <texture>
@ -71,15 +71,7 @@
<h>26</h> <h>26</h>
<binding> <binding>
<command>property-toggle</command> <command>property-toggle</command>
<property>/controls/brakes[0]</property> <property>/controls/parking-brake</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/brakes[1]</property>
</binding>
<binding>
<command>property-toggle</command>
<property>/controls/brakes[2]</property>
</binding> </binding>
</action> </action>
</actions> </actions>