bound brake indicator to parking brake
This commit is contained in:
parent
3e4235114d
commit
2e34702365
1 changed files with 2 additions and 10 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue