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/tailstrobe.xml
2018-12-19 20:55:02 -05:00

27 lines
535 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (c) 2018 Joshua Davidson (it0uchpods) -->
<PropertyList>
<path>res/strobe.ac</path>
<!-- ANIMATIONS -->
<!-- On/off -->
<animation>
<name>On/off</name>
<type>select</type>
<object-name>Light</object-name>
<condition>
<property>sim/model/lights/tailstrobe/state</property>
</condition>
</animation>
<!-- Billboard animation -->
<animation>
<name>Billboard</name>
<type>billboard</type>
<object-name>Light</object-name>
</animation>
</PropertyList>