Some additional updates for the controls change
This commit is contained in:
parent
69a6a69cf5
commit
7c3394b167
5 changed files with 11 additions and 11 deletions
|
@ -34,8 +34,8 @@ instrument
|
|||
<h-base>128</h-base>
|
||||
|
||||
<params>
|
||||
<pt-select>/controls/afterburner</pt-select>
|
||||
<reheat-select>/controls/afterburner</reheat-select>
|
||||
<pt-select>/controls/engines/engine[0]/afterburner</pt-select>
|
||||
<reheat-select>/controls/engines/engine[0]/afterburner</reheat-select>
|
||||
</params>
|
||||
|
||||
<layers>
|
||||
|
|
|
@ -34,8 +34,8 @@ instrument
|
|||
<h-base>128</h-base>
|
||||
|
||||
<params>
|
||||
<pt0-select>/controls/afterburner[0]</pt0-select>
|
||||
<reheat0-select>/controls/afterburner[0]</reheat0-select>
|
||||
<pt0-select>/controls/engines/engine[0]/afterburner</pt0-select>
|
||||
<reheat0-select>/controls/engines/engine[0]/afterburner</reheat0-select>
|
||||
</params>
|
||||
|
||||
<layers>
|
||||
|
|
|
@ -34,8 +34,8 @@ instrument
|
|||
<h-base>128</h-base>
|
||||
|
||||
<params>
|
||||
<pt1-select>/controls/afterburner[1]</pt1-select>
|
||||
<reheat1-select>/controls/afterburner[1]</reheat1-select>
|
||||
<pt1-select>/controls/engines/engine[1]/afterburner</pt1-select>
|
||||
<reheat1-select>/controls/engines/engine[1]/afterburner</reheat1-select>
|
||||
</params>
|
||||
|
||||
<layers>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<type>switch</type>
|
||||
<layer>
|
||||
<condition>
|
||||
<property>/controls[0]/gear-down</property> <!-- nose brake -->
|
||||
<property>/controls/gear/gear-down</property> <!-- nose brake -->
|
||||
</condition>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<h>26</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/gear-down</property>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
</binding>
|
||||
</action>
|
||||
</actions>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<property>/controls/gear-down</property>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>0.0</scale>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property>/controls/gear-down</property>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>-50.0</scale>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<h>96</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property>/controls/gear-down</property>
|
||||
<property>/controls/gear/gear-down</property>
|
||||
|
||||
<min>1.0</min>
|
||||
<max>0.0</max>
|
||||
|
|
Loading…
Add table
Reference in a new issue