Models: fix parking brake
This commit is contained in:
parent
6e077c497e
commit
dc5e6b5f49
|
@ -94,7 +94,7 @@
|
|||
|
||||
<!-- Hand brake -->
|
||||
<effect>
|
||||
<inherits-from>/Effects/parkingbrake</inherits-from>
|
||||
<inherits-from>Aircraft/followme_e-tron/Models/parkingbrake</inherits-from>
|
||||
<object-name>handbrake.001</object-name>
|
||||
</effect>
|
||||
<animation>
|
||||
|
@ -118,7 +118,7 @@
|
|||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<texture>Instruments/parkingbrake/parkingbrake_LIT.png</texture>
|
||||
<texture>../../Instruments/parkingbrake/parkingbrake_LIT.png</texture>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>material</type>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<value>0</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<texture>Instruments/parkingbrake/parkingbrake.png</texture>
|
||||
<texture>../../Instruments/parkingbrake/parkingbrake.png</texture>
|
||||
</animation>
|
||||
|
||||
<!-- switch for horn -->
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
<!-- Hand brake -->
|
||||
<effect>
|
||||
<inherits-from>/Effects/parkingbrake</inherits-from>
|
||||
<inherits-from>Aircraft/followme_e-tron/Models/parkingbrake</inherits-from>
|
||||
<object-name>handbrake.001</object-name>
|
||||
</effect>
|
||||
<animation>
|
||||
|
@ -118,7 +118,7 @@
|
|||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<texture>Aircraft/followme_e-tron/Models/Instruments/parkingbrake/parkingbrake_LIT.png</texture>
|
||||
<texture>../../Instruments/parkingbrake/parkingbrake_LIT.png</texture>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>material</type>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<value>0</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<texture>Aircraft/followme_e-tron/Models/Instruments/parkingbrake/parkingbrake.png</texture>
|
||||
<texture>../../Instruments/parkingbrake/parkingbrake.png</texture>
|
||||
</animation>
|
||||
|
||||
<!-- switch for horn -->
|
||||
|
|
Loading…
Reference in New Issue