1
0
Fork 0
A320-family/Models/Instruments/Upper-ECAM/Upper-ECAM.xml

62 lines
1.5 KiB
XML
Raw Normal View History

2019-10-14 16:48:35 +00:00
<?xml version="1.0"?>
2022-01-11 02:17:41 +00:00
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<path>res/Upper-ECAM.ac</path>
<animation>
<type>pick</type>
<object-name>uecam.screen</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>canvas_ecam.showUpperECAM();</script>
</binding>
</action>
</animation>
2021-07-27 16:36:09 +00:00
<animation>
<type>select</type>
<object-name>uecam.screen</object-name>
<condition>
<not><property>modes/ecam-du-xfr</property></not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>uecam.screen2</object-name>
<condition>
<property>modes/ecam-du-xfr</property>
</condition>
</animation>
2019-10-14 16:48:35 +00:00
<animation>
<type>material</type>
<object-name>uecam.screen</object-name>
<emission>
<red>1</red>
<green>1</green>
<blue>1</blue>
<factor-prop>controls/lighting/DU/du3</factor-prop>
</emission>
</animation>
<effect>
2021-06-06 16:45:04 +00:00
<inherits-from>Aircraft/A320-family/Models/Effects/displays/lcd</inherits-from>
<parameters>
<inner-angle>90</inner-angle> <!-- 0-90, use 90 for LED or plasma display-->
<outer-angle>90</outer-angle> <!-- 0-90, but greater than inner -->
<black-angle>90</black-angle> <!-- 0-90, but greater than outer -->
<dirt-factor>0.07</dirt-factor>
<contrast><use>instrumentation/du/du3-contrast</use></contrast>
</parameters>
<object-name>uecam.screen</object-name>
</effect>
2019-10-14 16:48:35 +00:00
</PropertyList>