Mixture.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>Mixture.ac</path>
  4. <animation>
  5. <type>translate</type>
  6. <object-name>Mixture</object-name>
  7. <property>controls/engines/engine[0]/mixture</property>
  8. <factor>-0.025</factor>
  9. <axis>
  10. <x>1</x>
  11. <y>0.0</y>
  12. <z>0.0</z>
  13. </axis>
  14. </animation>
  15. <animation>
  16. <type>slider</type>
  17. <object-name>Mixture</object-name>
  18. <visible>true</visible>
  19. <drag-direction>vertical</drag-direction>
  20. <action>
  21. <binding>
  22. <command>property-adjust</command>
  23. <property>controls/engines/engine[0]/mixture</property>
  24. <factor>0.05</factor>
  25. <min>0</min>
  26. <max>1</max>
  27. <wrap>0</wrap>
  28. </binding>
  29. </action>
  30. <hovered>
  31. <binding>
  32. <command>set-tooltip</command>
  33. <label>Mixture: %3d%%</label>
  34. <measure-text>Mixture: 100%</measure-text>
  35. <tooltip-id>mixture</tooltip-id>
  36. <mapping>percent</mapping>
  37. <property>controls/engines/engine[0]/mixture</property>
  38. </binding>
  39. </hovered>
  40. </animation>
  41. </PropertyList>