1
0
Fork 0
A320-family/Models/Instruments/Lower-ECAM/Lower-ECAM.xml
2021-07-27 18:55:36 +01:00

46 lines
965 B
XML

<?xml version="1.0"?>
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
<PropertyList>
<path>res/Lower-ECAM.ac</path>
<animation>
<type>pick</type>
<object-name>lecam.screen</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>canvas_ecam.showLowerECAM();</script>
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>lecam.screen</object-name>
<condition>
<not><property>modes/ecam-du-xfr</property></not>
</condition>
</animation>
<animation>
<type>material</type>
<object-name>lecam.screen</object-name>
<emission>
<red>1</red>
<green>1</green>
<blue>1</blue>
<factor-prop>controls/lighting/DU/du4</factor-prop>
</emission>
</animation>
<effect>
<inherits-from>Aircraft/A320-family/Models/Effects/display</inherits-from>
<object-name>lecam.screen</object-name>
</effect>
</PropertyList>