123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>magneto.ac</path>
- <animation>
- <object-name>fond</object-name>
- <object-name>key</object-name>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>key</object-name>
- <action>
- <button>0</button>
- <binding>
- <condition>
- <equals>
- <property>controls/electric/key</property>
- <value>3</value>
- </equals>
- </condition>
- <command>property-assign</command>
- <property>controls/engines/engine/starter</property>
- <value>1</value>
- </binding>
- <mod-up>
- <binding>
- <command>property-assign</command>
- <property>controls/engines/engine/starter</property>
- <value>0</value>
- </binding>
- </mod-up>
- <binding>
- <condition>
- <less-than-equals>
- <property>controls/electric/key</property>
- <value>2</value>
- </less-than-equals>
- </condition>
- <command>property-adjust</command>
- <property>controls/electric/key</property>
- <step>1</step>
- <min>0</min>
- <max>3</max>
- <wrap>0</wrap>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>key</object-name>
- <action>
- <button>1</button>
- <binding>
- <command>property-adjust</command>
- <property>controls/electric/key</property>
- <step>-1</step>
- <min>0</min>
- <max>3</max>
- <wrap>false</wrap>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/sound/click</property>
- </binding>
- </action>
- <action>
- <button>3</button>
- <binding>
- <command>property-adjust</command>
- <property>controls/electric/key</property>
- <step>1</step>
- <min>0</min>
- <max>3</max>
- <wrap>false</wrap>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/model/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>key</object-name>
- <property>controls/electric/key</property>
- <factor>-33</factor>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>key</object-name>
- <property>controls/engines/engine/starter</property>
- <factor>-70</factor>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0</z-m>
- </center>
- <axis>
- <x>1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- </animation>
- </PropertyList>
|