1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>float.ac</path>
- <animation>
- <object-name>Switch</object-name>
- <object-name>base</object-name>
-
- </animation>
- <animation>
- <type>material</type>
- <object-name>Switch</object-name>
- <object-name>base</object-name>
-
- <emission>
- <red>0.001</red>
- <green>0.001</green>
- <blue>0.001</blue>
- <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
- </emission>
- </animation>
-
- <animation>
- <type>pick</type>
- <object-name>Switch</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>nasal</command>
- <script>floats.toggle_floats();</script>
- </binding>
- <!-- <mod-up>
- <binding>
- <command>nasal</command>
- <script>uh1.toggle_floats();</script>
- </binding>
- </mod-up>-->
- </action>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>Switch</object-name>
- <property>controls/gear/floats-inflat</property>
- <factor> 0.004 </factor>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> -1 </z>
- </axis>
- </animation>
- </PropertyList>
|