123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0"?>
- <!-- U/C switches -->
- <PropertyList>
-
- <path>bar-switch-warning.ac</path>
-
- <animation>
- <type>rotate</type>
- <object-name>Switch</object-name>
- <property>/controls/doors/emergency-bb-door-pos</property>
- <factor>-90</factor>
- <center>
- <x-m> 0.0</x-m>
- <y-m> 0.0</y-m>
- <z-m> 0.0</z-m>
- </center>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
-
- <animation>
- <type>pick</type>
- <object-name>Switch</object-name>
- <visible>true</visible>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>nasal</command>
- <script>
- vulcanb2.emerg_toggle_bb_doors()
- </script>
- </binding>
- </action>
- </animation>
-
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|