1
0
Fork 0
A320-family/Models/Lights/tailnav.xml

31 lines
574 B
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<path>res/whitenav.ac</path>
<!-- ANIMATIONS -->
<!-- On/off -->
<animation>
<name>On/off</name>
<type>select</type>
<object-name>Light</object-name>
<condition>
<equals>
2020-02-07 16:10:54 +00:00
<property>sim/model/lights/nav-lights</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
</animation>
<!-- Billboard animation -->
<animation>
<name>Billboard</name>
<type>billboard</type>
<object-name>Light</object-name>
</animation>
</PropertyList>