30 lines
598 B
XML
30 lines
598 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
|
|
|
|
<PropertyList>
|
|
|
|
<path>res/greennav.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>
|