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