1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>switch.ac</path>
- <animation>
- <type>material</type>
- <object-name>Switch</object-name>
- <object-name>Circle</object-name>
- <object-name>SwitchNut</object-name>
- <object-name>SwitchRot</object-name>
- <emission>
- <red> 0.50 </red>
- <green> 0.25 </green>
- <blue> 0.25 </blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>Switch</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/switches/search-lights-switch</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Switch</object-name>
- <property>controls/switches/search-lights-switch</property>
- <factor> 35 </factor>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|