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/Lights/tailnav.xml

31 lines
598 B
XML
Raw Normal View History

2017-11-09 13:52:42 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-01-01 06:03:06 +00:00
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
2017-11-09 13:52:42 +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>
<greater-than>
<property>controls/lighting/nav-lights-switch</property>
<value>0</value>
</greater-than>
</condition>
</animation>
<!-- Billboard animation -->
<animation>
<name>Billboard</name>
<type>billboard</type>
<object-name>Light</object-name>
</animation>
</PropertyList>