Rename objects
This commit is contained in:
parent
2c449e69b5
commit
ed4dd7b9d1
1 changed files with 21 additions and 4 deletions
|
@ -424,6 +424,9 @@
|
||||||
<object-name>YellowElecPump2O</object-name>
|
<object-name>YellowElecPump2O</object-name>
|
||||||
<object-name>YellowEngPump1F</object-name>
|
<object-name>YellowEngPump1F</object-name>
|
||||||
<object-name>YellowEngPump2O</object-name>
|
<object-name>YellowEngPump2O</object-name>
|
||||||
|
|
||||||
|
<object-name>OVH_button_labels.009</object-name>
|
||||||
|
<object-name>OVH_button_labels.012</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/systems/electrical/bus/ac-2</property>
|
<property>/systems/electrical/bus/ac-2</property>
|
||||||
|
@ -698,6 +701,9 @@
|
||||||
<object-name>VentBlowBtn2O</object-name>
|
<object-name>VentBlowBtn2O</object-name>
|
||||||
<object-name>VentExtractBtn1F</object-name>
|
<object-name>VentExtractBtn1F</object-name>
|
||||||
<object-name>VentExtractBtn2O</object-name>
|
<object-name>VentExtractBtn2O</object-name>
|
||||||
|
|
||||||
|
<object-name>OVH_button_labels.009</object-name>
|
||||||
|
<object-name>OVH_button_labels.012</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
<property>controls/switches/annun-test</property>
|
<property>controls/switches/annun-test</property>
|
||||||
|
@ -2671,8 +2677,7 @@
|
||||||
<!-- Show / hide headphones -->
|
<!-- Show / hide headphones -->
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>HeadsetFo</object-name>
|
<object-name>Circle.020</object-name>
|
||||||
<object-name>HeadsetCpt</object-name>
|
|
||||||
<condition>
|
<condition>
|
||||||
<not>
|
<not>
|
||||||
<property>controls/audio/headset-toggle</property>
|
<property>controls/audio/headset-toggle</property>
|
||||||
|
@ -2684,7 +2689,8 @@
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>torch</object-name>
|
<object-name>torch_cpt</object-name>
|
||||||
|
<object-name>torch_fo</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>false</repeatable>
|
<repeatable>false</repeatable>
|
||||||
|
@ -13957,7 +13963,7 @@
|
||||||
<!-- Headset show/hide on Audio Control Panel(click on body) -->
|
<!-- Headset show/hide on Audio Control Panel(click on body) -->
|
||||||
<animation>
|
<animation>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>audio_body.cpt</object-name>
|
<object-name>HeadsetHangerCpt</object-name>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<binding>
|
<binding>
|
||||||
|
@ -14063,6 +14069,17 @@
|
||||||
</hovered>
|
</hovered>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>OVH_button_labels.009</object-name>
|
||||||
|
<condition>
|
||||||
|
<or>
|
||||||
|
<property>systems/audio/acp[0]/pa</property>
|
||||||
|
<property>systems/audio/acp[1]/pa</property>
|
||||||
|
</or>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>translate</type>
|
<type>translate</type>
|
||||||
<object-name>audio_pa.cpt</object-name>
|
<object-name>audio_pa.cpt</object-name>
|
||||||
|
|
Loading…
Reference in a new issue