2009-11-24 16:51:47 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<path>light_control.ac</path>
|
|
|
|
|
|
|
|
<!-- Panel/radio light control -->
|
|
|
|
<animation>
|
2013-03-11 18:09:18 +00:00
|
|
|
<type>knob</type>
|
|
|
|
<object-name>LightKnob</object-name>
|
|
|
|
<proxy-name>LightHotspotLeft</proxy-name>
|
|
|
|
<proxy-name>LightHotspotRight</proxy-name>
|
|
|
|
|
2009-11-24 16:51:47 +00:00
|
|
|
<visible>true</visible>
|
|
|
|
<action>
|
|
|
|
<repeatable>true</repeatable>
|
|
|
|
<binding>
|
|
|
|
<command>property-adjust</command>
|
|
|
|
<property>controls/lighting/instruments-norm</property>
|
2013-03-11 18:09:18 +00:00
|
|
|
<factor>0.1</factor>
|
2009-11-24 16:51:47 +00:00
|
|
|
<min>0</min>
|
|
|
|
<max>1.0</max>
|
|
|
|
<wrap>0</wrap>
|
|
|
|
</binding>
|
|
|
|
</action>
|
2013-03-11 18:09:18 +00:00
|
|
|
|
|
|
|
<hovered>
|
|
|
|
<binding>
|
|
|
|
<command>set-tooltip</command>
|
|
|
|
<tooltip-id>lighting-brightness</tooltip-id>
|
|
|
|
<label>Instrument Lighting: %3d%%</label>
|
|
|
|
<property>controls/lighting/instruments-norm</property>
|
|
|
|
<mapping>percent</mapping>
|
|
|
|
</binding>
|
|
|
|
</hovered>
|
2009-11-24 16:51:47 +00:00
|
|
|
</animation>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|