strobe.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>switch.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>Switch</object-name>
  7. <object-name>Circle</object-name>
  8. <object-name>SwitchNut</object-name>
  9. <object-name>SwitchRot</object-name>
  10. <emission>
  11. <red>0.001</red>
  12. <green>0.001</green>
  13. <blue>0.001</blue>
  14. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  15. </emission>
  16. </animation>
  17. <animation>
  18. <type>pick</type>
  19. <visible>true</visible>
  20. <object-name>Switch</object-name>
  21. <action>
  22. <button>0</button>
  23. <repeatable>false</repeatable>
  24. <binding>
  25. <command>property-toggle</command>
  26. <property>controls/switches/strobe-switch</property>
  27. </binding>
  28. </action>
  29. </animation>
  30. <animation>
  31. <type>rotate</type>
  32. <object-name>Switch</object-name>
  33. <property>controls/switches/strobe-switch</property>
  34. <factor> 35 </factor>
  35. <axis>
  36. <x> 0 </x>
  37. <y> -1 </y>
  38. <z> 0 </z>
  39. </axis>
  40. </animation>
  41. </PropertyList>