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/greennav.xml

35 lines
670 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<!--
2017-07-14 15:57:14 +00:00
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<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>
2017-04-10 23:54:35 +00:00
<property>controls/lighting/nav-lights-switch</property>
<value>0</value>
</greater-than>
2017-04-10 23:54:35 +00:00
</condition>
</animation>
<!-- Billboard animation -->
<animation>
<name>Billboard</name>
<type>billboard</type>
<object-name>Light</object-name>
</animation>
2017-04-10 23:54:35 +00:00
</PropertyList>