Fix splash
This commit is contained in:
parent
2658c9d8bc
commit
60c2be01cb
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||||
|
<!-- CFM56 engine -->
|
||||||
|
|
||||||
<PropertyList include="A320-main.xml">
|
<PropertyList include="A320-main.xml">
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
|
||||||
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
|
||||||
|
<!-- IAE V2500 engine -->
|
||||||
|
|
||||||
<PropertyList include="A320-main.xml">
|
<PropertyList include="A320-main.xml">
|
||||||
|
|
||||||
|
|
|
@ -156,37 +156,37 @@
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/cockpit.png</path>
|
<path>Splash/cockpit.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/cockpit2.png</path>
|
<path>Splash/cockpit2.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/cockpit3.png</path>
|
<path>Splash/cockpit3.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/wing1.png</path>
|
<path>Splash/wing1.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/wing2.png</path>
|
<path>Splash/wing2.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/ext1.png</path>
|
<path>Splash/ext1.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
<preview>
|
<preview>
|
||||||
<type>exterior</type>
|
<type>exterior</type>
|
||||||
<splash type="bool">true</splash>
|
<splash type="bool">true</splash>
|
||||||
<path>Aircraft/A320-family/Splash/ext2.png</path>
|
<path>Splash/ext2.png</path>
|
||||||
</preview>
|
</preview>
|
||||||
</previews>
|
</previews>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue