30 lines
651 B
XML
30 lines
651 B
XML
<?xml version="1.0"?>
|
|
|
|
<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>
|
|
|
|
</PropertyList>
|