1
0
Fork 0
A320-family/Models/Instruments/IESI/IESI.xml

34 lines
637 B
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0"?>
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<path>res/IESI.ac</path>
<animation>
<type>pick</type>
<object-name>iesi.screen</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>canvas_iesi.showIESI();</script>
</binding>
</action>
</animation>
2020-10-25 15:40:04 +00:00
<animation>
2019-10-14 16:48:35 +00:00
<type>material</type>
2020-10-25 15:40:04 +00:00
<object-name>iesi.screen</object-name>
2019-10-14 16:48:35 +00:00
<emission>
<red>1</red>
<green>1</green>
<blue>1</blue>
<factor-prop>controls/lighting/DU/iesi</factor-prop>
</emission>
2020-10-25 15:40:04 +00:00
</animation>
2019-10-14 16:48:35 +00:00
</PropertyList>