This commit is contained in:
commit
07889e3411
4 changed files with 3 additions and 17 deletions
Binary file not shown.
Before Width: | Height: | Size: 543 KiB |
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<model>
|
||||
<livery>
|
||||
<name>Lufthansa</name>
|
||||
<texture>Liveries/A320/CFM-NEO/DLH.png</texture>
|
||||
</livery>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
|
@ -388,6 +388,7 @@ var vertical = func {
|
|||
thrustmodet.stop();
|
||||
} else {
|
||||
setprop("/it-autoflight/input/vert", 4);
|
||||
vertical();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -647,13 +647,10 @@
|
|||
<button>
|
||||
<legend>ALT Push</legend>
|
||||
<pref-width>75</pref-width>
|
||||
<enable>
|
||||
<property>/systems/unused/unused-button</property>
|
||||
</enable>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/systems/unused/unused-button</property>
|
||||
<value>0</value>
|
||||
<property>/it-autoflight/input/vert</property>
|
||||
<value>8</value>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
|
Reference in a new issue