31 lines
603 B
XML
31 lines
603 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
#######################################
|
|
# Copyright (c) A3XX Development Team #
|
|
#######################################
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<path>res/rednav.ac</path>
|
|
|
|
<!-- ANIMATIONS -->
|
|
<!-- On/off -->
|
|
<animation>
|
|
<name>On/off</name>
|
|
<type>select</type>
|
|
<object-name>Light</object-name>
|
|
<condition>
|
|
<property>sim/model/lights/beacon/state</property>
|
|
</condition>
|
|
</animation>
|
|
|
|
<!-- Billboard animation -->
|
|
<animation>
|
|
<name>Billboard</name>
|
|
<type>billboard</type>
|
|
<object-name>Light</object-name>
|
|
</animation>
|
|
|
|
</PropertyList>
|