forked from FGMEMBERS/777
-
Notifications
You must be signed in to change notification settings - Fork 0
/
777-200F-fo-set.xml
37 lines (36 loc) · 1.22 KB
/
777-200F-fo-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<PropertyList include="777-fo-set-common.xml">
<sim>
<description>Boeing 777-200F (First Officer)</description>
<aero>777-200F</aero>
<startup>
<splash-texture>Aircraft/777/splash-cargo.png</splash-texture>
</startup>
<view n="0">
<config n="0">
<z-offset-m type="double">-22.8</z-offset-m>
</config>
</view>
<view n="100">
<config n="0">
<z-offset-m type="double">-22.8</z-offset-m>
</config>
</view>
<menubar>
<default>
<menu n="10">
<label>Boeing 777-200F</label>
<enabled type="bool">true</enabled>
<item>
<label>Select MP-pilot</label>
<binding>
<command>nasal</command>
<script>
dual_control_tools.copilot_dialog.show(aircraft_dual_control.pilot_type);
</script>
</binding>
</item>
</menu>
</default>
</menubar>
</sim>
</PropertyList>