1
0
Fork 0
A320-family/Models/Lights/tailnav.xml
fly 1555974e7d noshadow flag for light billboards
Signed-off-by: fly <merspieler@airmail.cc>
2020-06-12 02:09:04 +10:00

35 lines
661 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
<PropertyList>
<path>res/whitenav.ac</path>
<!-- ANIMATIONS -->
<!-- On/off -->
<animation>
<name>On/off</name>
<type>select</type>
<object-name>Light</object-name>
<condition>
<equals>
<property>sim/model/lights/nav-lights</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>noshadow</type>
<object-name>Light</object-name>
</animation>
<!-- Billboard animation -->
<animation>
<name>Billboard</name>
<type>billboard</type>
<object-name>Light</object-name>
</animation>
</PropertyList>