A350-family/Models/Lights/whitelight.xml
fly 2c15b8362f Initial commit
Signed-off-by: fly <merspieler@airmail.cc>
2020-07-19 00:49:38 +10:00

30 lines
608 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<path>whitelight.ac</path>
<!-- ANIMATIONS -->
<!-- On/off -->
<animation>
<name>On/off</name>
<type>select</type>
<object-name>Light</object-name>
<condition>
<property>controls/lighting/nav-lights</property>
</condition>
</animation>
<!-- Billboard animation -->
<animation>
<name>Billboard</name>
<type>billboard</type>
<object-name>Light</object-name>
</animation>
<effect>
<inherits-from>Effects/model-transparent</inherits-from>
<object-name>Light</object-name>
</effect>
</PropertyList>