Jet2 Liveries by Brett Harrison
This commit is contained in:
parent
a7d0c9ccd7
commit
f4acff53ee
6 changed files with 48 additions and 0 deletions
31
AI/Aircraft/757/757-200-Jet2.xml
Normal file
31
AI/Aircraft/757/757-200-Jet2.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
<description>B757-200</description>
|
||||
<author>Unknown, modified by Brett Harrison</author>
|
||||
<path>Models/757-200.ac</path>
|
||||
<texture-path>Textures/Jet2</texture-path>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>winglets</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/sim/signals/fdm-initialized</property>
|
||||
<value>0</value>
|
||||
</equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>170</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
BIN
AI/Aircraft/757/Textures/Jet2/757-200-tex.png
Normal file
BIN
AI/Aircraft/757/Textures/Jet2/757-200-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 450 KiB |
9
AI/Aircraft/A321/A321-Jet2.xml
Normal file
9
AI/Aircraft/A321/A321-Jet2.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A321-main.xml">
|
||||
|
||||
<texture-path>Textures/Jet2</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
BIN
AI/Aircraft/A321/Textures/Jet2/A321-tex.png
Normal file
BIN
AI/Aircraft/A321/Textures/Jet2/A321-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 353 KiB |
8
AI/Aircraft/A332/A332-Jet2.xml
Normal file
8
AI/Aircraft/A332/A332-Jet2.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="A332-main.xml">
|
||||
|
||||
<texture-path>Textures/Jet2</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
BIN
AI/Aircraft/A332/Textures/Jet2/A332-tex.png
Normal file
BIN
AI/Aircraft/A332/Textures/Jet2/A332-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
Loading…
Add table
Reference in a new issue