This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Models/Wings/a320.winglets.xml

28 lines
571 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<path>a320.winglets.ac</path>
<!-- LIVERY SELECT -->
<!-- Animation -->
<animation>
<type>material</type>
<object-name>WingletL</object-name>
<object-name>WingletR</object-name>
<property-base>sim/model/livery</property-base>
<texture-prop>texture</texture-prop>
</animation>
<!-- Nasal code -->
<nasal>
<load>
var livery_update = aircraft.livery_update.new("Aircraft/A320-family/Models/Liveries/A320/");
</load>
<unload>
livery_update.stop();
</unload>
</nasal>
</PropertyList>