MOved/renamed
This commit is contained in:
parent
c3b6fbf726
commit
695d13eaf1
4 changed files with 1486 additions and 0 deletions
58
Aircraft/Instruments/gear-indicator.xml
Normal file
58
Aircraft/Instruments/gear-indicator.xml
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
A simple indicator lamp. Used here as a brake light.
|
||||
John Check <j4strngs@usa.net>
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<name>Gear Indicator</name>
|
||||
<w-base>64</w-base>
|
||||
<h-base>26</h-base>
|
||||
|
||||
<layers>
|
||||
<!-- The "bulb" -->
|
||||
<layer>
|
||||
<name>Brake light</name>
|
||||
<type>switch</type>
|
||||
<property>/controls[0]/gear-down</property> <!-- nose brake -->
|
||||
<layer>
|
||||
<name>on</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/brake.rgb</path>
|
||||
<x1>0.25</x1>
|
||||
<y1>0.0</y1>
|
||||
<x2>0.5</x2>
|
||||
<y2>0.095</y2>
|
||||
</texture>
|
||||
<w>64</w>
|
||||
<h>26</h>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>off</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/brake.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<y1>0.0</y1>
|
||||
<x2>0.25</x2>
|
||||
<y2>0.095</y2>
|
||||
</texture>
|
||||
<w>64</w>
|
||||
<h>26</h>
|
||||
</layer>
|
||||
</layer>
|
||||
<!-- translucent lens -->
|
||||
<layer>
|
||||
<name>lens</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/brake.rgb</path>
|
||||
<x1>0.74609375</x1>
|
||||
<y1>0.0</y1>
|
||||
<x2>1.0</x2>
|
||||
<y2>0.08984375</y2>
|
||||
</texture>
|
||||
<w>64</w>
|
||||
<h>26</h>
|
||||
</layer>
|
||||
</layers>
|
||||
|
||||
</PropertyList>
|
320
Aircraft/Instruments/magneto-switch.xml
Normal file
320
Aircraft/Instruments/magneto-switch.xml
Normal file
|
@ -0,0 +1,320 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Electrical panel.
|
||||
John Check <j4strngs@usa.net>
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<name>magneto switch panel</name>
|
||||
<w-base>150</w-base>
|
||||
<h-base>72</h-base>
|
||||
|
||||
<params>
|
||||
<magneto0-select>/controls/magnetos[0]</magneto0-select>
|
||||
<starter0-select>/controls/starter[0]</starter0-select>
|
||||
<magneto1-select>/controls/magnetos[1]</magneto1-select>
|
||||
<starter1-select>/controls/starter[1]</starter1-select>
|
||||
</params>
|
||||
|
||||
<layers>
|
||||
|
||||
<layer>
|
||||
<name>backplate</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/flaps.rgb</path>
|
||||
<x1>0.378125</x1>
|
||||
<y1>0.65</y1>
|
||||
<x2>1.0</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>150</w>
|
||||
<h>72</h>
|
||||
</layer>
|
||||
|
||||
<!-- engine 0 -->
|
||||
<layer>
|
||||
<name>magneto 0 label</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/flaps.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<y1>0.65</y1>
|
||||
<x2>0.375</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>64</w>
|
||||
<h>64</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-35</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-5</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>magneto 0 switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter0-select"/>
|
||||
<layer>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/radios-1.rgb</path>
|
||||
<x1>0.53125</x1>
|
||||
<x2>0.59765625</x2>
|
||||
<y1>0.05859375</y1>
|
||||
<y2>0.1484375</y2>
|
||||
</texture>
|
||||
<w>30</w>
|
||||
<h>40</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-40</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-13</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<offset>90</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-5</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>magneto 0 select</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/radios-1.rgb</path>
|
||||
<x1>0.53125</x1>
|
||||
<x2>0.59765625</x2>
|
||||
<y1>0.05859375</y1>
|
||||
<y2>0.1484375</y2>
|
||||
</texture>
|
||||
<w>30</w>
|
||||
<h>40</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-40</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-13</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property alias="../../../../../../params/magneto0-select"/>
|
||||
<min>-0</min>
|
||||
<max>135</max>
|
||||
<scale>45</scale>
|
||||
<offset>-90</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-5</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
</layer>
|
||||
|
||||
<!-- engine 1 -->
|
||||
<layer>
|
||||
<name>magneto 1 label</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/flaps.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<y1>0.65</y1>
|
||||
<x2>0.375</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>64</w>
|
||||
<h>64</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>35</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-5</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>magneto 1 switch</name>
|
||||
<type>switch</type>
|
||||
<property alias="../../../params/starter1-select"/>
|
||||
<layer>
|
||||
<name>starter engage</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/radios-1.rgb</path>
|
||||
<x1>0.53125</x1>
|
||||
<x2>0.59765625</x2>
|
||||
<y1>0.05859375</y1>
|
||||
<y2>0.1484375</y2>
|
||||
</texture>
|
||||
<w>30</w>
|
||||
<h>40</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>30</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-13</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<offset>90</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-5</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>magneto 1 select</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/radios-1.rgb</path>
|
||||
<x1>0.53125</x1>
|
||||
<x2>0.59765625</x2>
|
||||
<y1>0.05859375</y1>
|
||||
<y2>0.1484375</y2>
|
||||
</texture>
|
||||
<w>30</w>
|
||||
<h>40</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>30</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-13</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property alias="../../../../../../params/magneto1-select"/>
|
||||
<min>-0</min>
|
||||
<max>135</max>
|
||||
<scale>45</scale>
|
||||
<offset>-90</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-5</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
</layer>
|
||||
|
||||
</layers>
|
||||
|
||||
<actions>
|
||||
<!--engine 0 -->
|
||||
<action>
|
||||
<name>Rotate knob left</name>
|
||||
<button>0</button>
|
||||
<x>-70</x>
|
||||
<y>-35</y>
|
||||
<w>30</w>
|
||||
<h>72</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/magneto0-select"/>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>3</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>Rotate knob right</name>
|
||||
<button>0</button>
|
||||
<x>-40</x>
|
||||
<y>-35</y>
|
||||
<w>30</w>
|
||||
<h>72</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/magneto0-select"/>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>3</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>Start</name>
|
||||
<button>1</button>
|
||||
<x>-70</x>
|
||||
<y>-35</y>
|
||||
<w>72</w>
|
||||
<h>72</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property alias="../../../../params/starter0-select"/>
|
||||
</binding>
|
||||
</action>
|
||||
<!--engine 1 -->
|
||||
<action>
|
||||
<name>Rotate knob left</name>
|
||||
<button>0</button>
|
||||
<x>0</x>
|
||||
<y>-35</y>
|
||||
<w>30</w>
|
||||
<h>72</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/magneto1-select"/>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>3</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>Rotate knob right</name>
|
||||
<button>0</button>
|
||||
<x>20</x>
|
||||
<y>-35</y>
|
||||
<w>30</w>
|
||||
<h>72</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/magneto1-select"/>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>3</max>
|
||||
<wrap>0</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>Start</name>
|
||||
<button>1</button>
|
||||
<x>5</x>
|
||||
<y>-35</y>
|
||||
<w>72</w>
|
||||
<h>72</h>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
<property alias="../../../../params/starter1-select"/>
|
||||
</binding>
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
</PropertyList>
|
177
Aircraft/Instruments/manifold-press.xml
Normal file
177
Aircraft/Instruments/manifold-press.xml
Normal file
|
@ -0,0 +1,177 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
Manifold pressure instrument. This is not a stock C172 item and is usually
|
||||
not found on rentals.
|
||||
|
||||
October 2000 by John Check, <j4strngs@rockfish.net>
|
||||
________________________________________________________________________________
|
||||
This is an instrument configuration file for the open-source flight
|
||||
simulator FlightGear (www.flightgear.org). The file is an XML-encoded
|
||||
FlightGear property list defining the instrument's layers and actions.
|
||||
|
||||
Each instrument is composed of layers stacked on top of each other.
|
||||
A layer may be a texture (with transparent parts to show the layers
|
||||
underneath), text, or a special layer that switches between two
|
||||
others (say, to turn an indicator light on or off). Each layer can
|
||||
move independently in proportion to a property value, and text
|
||||
can be generated from property values as well: all of the layer's
|
||||
movements are defined as transformations.
|
||||
|
||||
Actions are hotspots on the instrument that will respond to a mouse
|
||||
click. Actions always modify the values of properties, either by
|
||||
adjusting them, toggling them, or swaping them with other
|
||||
properties' values.
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<name>Manifold Pressure</name>
|
||||
<w-base>128</w-base>
|
||||
<h-base>128</h-base>
|
||||
<params>
|
||||
<mp0-select>/engines/engine[0]/mp-osi</mp0-select>
|
||||
<mp1-select>/engines/engine[1]/mp-osi</mp1-select>
|
||||
</params>
|
||||
|
||||
<layers>
|
||||
<layer>
|
||||
<name>gauge face </name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/faces-6.rgb</path>
|
||||
<x1>0</x1>
|
||||
<y1>0.515625</y1>
|
||||
<x2>0.4765625</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>105</w>
|
||||
<h>105</h>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>needle 0</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/misc-1.rgb</path>
|
||||
<x1>0.8</x1>
|
||||
<y1>0.78125</y1>
|
||||
<x2>0.8375</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>6</w>
|
||||
<h>36</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property alias="../../../../../params/mp0-select"/>
|
||||
<min>10.0</min>
|
||||
<max>50.0</max>
|
||||
<scale>5.0</scale>
|
||||
<offset>-150.0</offset>
|
||||
<wrap>false</wrap>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>20</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>needle 1</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/misc-1.rgb</path>
|
||||
<x1>0.8</x1>
|
||||
<y1>0.78125</y1>
|
||||
<x2>0.8375</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>6</w>
|
||||
<h>36</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property alias="../../../../../params/mp1-select"/>
|
||||
<min>10.0</min>
|
||||
<max>50.0</max>
|
||||
<scale>5.0</scale>
|
||||
<offset>-150.0</offset>
|
||||
<wrap>false</wrap>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>20</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>button</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/misc-1.rgb</path>
|
||||
<x1>0.6171875</x1>
|
||||
<y1>0.2421875</y1>
|
||||
<x2>0.7890625</x2>
|
||||
<y2>0.4140625</y2>
|
||||
</texture>
|
||||
<w>15</w>
|
||||
<h>15</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<min>-360.0</min>
|
||||
<max>360.0</max>
|
||||
<scale>1.0</scale>
|
||||
<wrap>1</wrap>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>bezel</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/bezel.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<y1>0.0</y1>
|
||||
<x2>1.0</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-1</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>glare shield</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/bezel1.rgb</path>
|
||||
<x1>0.5</x1>
|
||||
<y1>0.0</y1>
|
||||
<x2>1.0</x2>
|
||||
<y2>0.5</y2>
|
||||
</texture>
|
||||
<w>124</w>
|
||||
<h>124</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>rotation</type>
|
||||
<property>/orientation/roll-deg</property>
|
||||
<min>-360.0</min>
|
||||
<max>360.0</max>
|
||||
<scale>1.0</scale>
|
||||
<wrap>1</wrap>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>2</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<offset>-2</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
</layers>
|
||||
</PropertyList>
|
931
Aircraft/Instruments/throttle-quadrant.xml
Normal file
931
Aircraft/Instruments/throttle-quadrant.xml
Normal file
|
@ -0,0 +1,931 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
Throttle qquadrant.
|
||||
|
||||
December 2001 by John Check, j4strngs@rockfish.net
|
||||
|
||||
This is an instrument configuration file for the open-source flight
|
||||
simulator FlightGear (www.flightgear.org). The file is an XML-encoded
|
||||
FlightGear property list defining the instrument's layers and actions.
|
||||
|
||||
Each instrument is composed of layers stacked on top of each other.
|
||||
A layer may be a texture (with transparent parts to show the layers
|
||||
underneath), text, or a special layer that switches between two
|
||||
others (say, to turn an indicator light on or off). Each layer can
|
||||
move independently in proportion to a property value, and text
|
||||
can be generated from property values as well: all of the layer's
|
||||
movements are defined as transformations.
|
||||
|
||||
Actions are hotspots on the instrument that will respond to a mouse
|
||||
click. Actions always modify the values of properties, either by
|
||||
adjusting them, toggling them, or swaping them with other
|
||||
properties' values.
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<name>throttle quadrant</name>
|
||||
<w-base>150</w-base>
|
||||
<h-base>70</h-base>
|
||||
|
||||
<params>
|
||||
<engine-throttle0-select>/controls/throttle[0]</engine-throttle0-select>
|
||||
<engine-throttle1-select>/controls/throttle[1]</engine-throttle1-select>
|
||||
<prop-advance0-select>/controls/propeller-pitch[0]</prop-advance0-select>
|
||||
<prop-advance1-select>/controls/propeller-pitch[1]</prop-advance1-select>
|
||||
<engine-mixture0-select>/controls/mixture[0]</engine-mixture0-select>
|
||||
<engine-mixture1-select>/controls/mixture[1]</engine-mixture1-select>
|
||||
</params>
|
||||
|
||||
<layers>
|
||||
|
||||
<layer>
|
||||
<name>backplate</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/flaps.rgb</path>
|
||||
<x1>0.378125</x1>
|
||||
<y1>0.65</y1>
|
||||
<x2>1.0</x2>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>150</w>
|
||||
<h>70</h>
|
||||
</layer>
|
||||
|
||||
<!--throttles -->
|
||||
|
||||
<layer>
|
||||
<name>throttle 0 handle </name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/handles.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<x2>0.37890625</x2>
|
||||
<y1>0.875</y1>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>20</w>
|
||||
<h>30</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-65</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property alias="../../../../../params/engine-throttle0-select"/>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>40</scale>
|
||||
<offset>-20</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>throttle 1 handle</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/handles.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<x2>0.37890625</x2>
|
||||
<y1>0.875</y1>
|
||||
<y2>1.0</y2>
|
||||
</texture>
|
||||
<w>20</w>
|
||||
<h>30</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-45</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property alias="../../../../../params/engine-throttle1-select"/>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>40</scale>
|
||||
<offset>-20</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<!-- prop advances -->
|
||||
|
||||
<layer>
|
||||
<name>prop advance0 handle</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/handles.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<x2>0.37890625</x2>
|
||||
<y1>0.6015625</y1>
|
||||
<y2>0.72265625</y2>
|
||||
</texture>
|
||||
<w>20</w>
|
||||
<h>30</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>-10</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property alias="../../../../../params/prop-advance0-select"/>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>40</scale>
|
||||
<offset>-20</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<layer>
|
||||
<name>prop advance1 handle</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/handles.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<x2>0.37890625</x2>
|
||||
<y1>0.6015625</y1>
|
||||
<y2>0.72265625</y2>
|
||||
</texture>
|
||||
<w>20</w>
|
||||
<h>30</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>10</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property alias="../../../../../params/prop-advance1-select"/>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>40</scale>
|
||||
<offset>-20</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
|
||||
<!-- mixture -->
|
||||
|
||||
<layer>
|
||||
<name>mixture 0 handle</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/handles.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<x2>0.37890625</x2>
|
||||
<y1>0.73828125</y1>
|
||||
<y2>0.86328125</y2>
|
||||
</texture>
|
||||
<w>20</w>
|
||||
<h>30</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>45</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property alias="../../../../../params/engine-mixture0-select"/>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>40</scale>
|
||||
<offset>-22</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
<layer>
|
||||
<name>mixture 1 handle</name>
|
||||
<texture>
|
||||
<path>Aircraft/c172/Instruments/Textures/handles.rgb</path>
|
||||
<x1>0.0</x1>
|
||||
<x2>0.37890625</x2>
|
||||
<y1>0.73828125</y1>
|
||||
<y2>0.86328125</y2>
|
||||
</texture>
|
||||
<w>20</w>
|
||||
<h>30</h>
|
||||
<transformations>
|
||||
<transformation>
|
||||
<type>x-shift</type>
|
||||
<offset>65</offset>
|
||||
</transformation>
|
||||
<transformation>
|
||||
<type>y-shift</type>
|
||||
<property alias="../../../../../params/engine-mixture1-select"/>
|
||||
<min>0.0</min>
|
||||
<max>1.0</max>
|
||||
<scale>40</scale>
|
||||
<offset>-22</offset>
|
||||
</transformation>
|
||||
</transformations>
|
||||
</layer>
|
||||
</layers>
|
||||
|
||||
<actions>
|
||||
<!-- throttle 0 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>-75</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>-65</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>-75</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>-65</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<!-- throttle 1 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>-45</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>-55</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>-45</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>-55</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<!-- throttle 0 and 1 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>-75</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>-55</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>-75</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>-55</x>
|
||||
<y>-0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle0-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-throttle1-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<!-- prop advance 0 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>-20</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>-10</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>-20</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>-10</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<!-- prop advance 1 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>10</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>0</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>10</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>0</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<!-- prop-advance 0 and 1 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>-20</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>-20</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance0-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/prop-advance1-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<!-- mixture 0-->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>35</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>45</x>
|
||||
<y>-36</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>35</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>45</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<!-- engine mixture 1 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>65</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>55</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>65</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>55</x>
|
||||
<y>-35</y>
|
||||
<w>10</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<!-- engine-mixture 0 and 1 -->
|
||||
<action>
|
||||
<name>small decrease</name>
|
||||
<button>0</button>
|
||||
<x>35</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>-0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>small increase</name>
|
||||
<button>0</button>
|
||||
<x>55</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>0.01</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
<action>
|
||||
<name>big decrease</name>
|
||||
<button>1</button>
|
||||
<x>35</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>-0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>big increase</name>
|
||||
<button>1</button>
|
||||
<x>55</x>
|
||||
<y>0</y>
|
||||
<w>20</w>
|
||||
<h>35</h>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture0-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property alias="../../../../params/engine-mixture1-select"/>
|
||||
<step>0.1</step>
|
||||
<min>0</min>
|
||||
<max>1.0</max>
|
||||
<wrap>false</wrap>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
</actions>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue