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/Instruments/ND/ND_R.xml
Joshua Davidson 370e2d02b8 A3XX: Words
2017-08-16 16:53:35 -04:00

49 lines
1 KiB
XML

<?xml version="1.0"?>
<!--
#########################################
# Copyright (c) it0uchpods Design Group #
#########################################
-->
<PropertyList>
<path>res/ND_R.ac</path>
<!--animation>
<type>select</type>
<object-name>ND_R.screen</object-name>
<condition>
<and>
<property>systems/unused/something</property>
</and>
</condition>
</animation-->
<animation>
<type>pick</type>
<object-name>ND_R.screen</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>canvas_nd.showNd('right');</script>
</binding>
</action>
</animation>
<!-- ND right dimmer -->
<animation>
<type>material</type>
<object-name>ND_R.screen</object-name>
<emission>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<factor-prop>/controls/lighting/ndr-norm</factor-prop>
</emission>
</animation>
</PropertyList>