e65adb38e2
More detaild Main Panel with new texture, Brake Press and Gear Lever are new, Pedestal moved
64 lines
No EOL
1.6 KiB
XML
64 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
##############################################
|
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
|
##############################################
|
|
-->
|
|
|
|
<!-- Brakes Pressure Indicator -->
|
|
|
|
<PropertyList>
|
|
|
|
<path>res/Brakes.ac</path>
|
|
|
|
<!-- Left Brake Pressure Indicator -->
|
|
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>brakes_lb_psi</object-name>
|
|
<property>systems/hydraulic/brakes/pressure-left-psi</property>
|
|
<factor>0.03</factor>
|
|
<condition>
|
|
<equals>
|
|
<property>systems/hydraulic/brakes/mode</property>
|
|
<value>2</value>
|
|
</equals>
|
|
</condition>
|
|
<axis>
|
|
<object-name>brakes_lb_psi.axis</object-name>
|
|
</axis>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>brakes_rb_psi</object-name>
|
|
<property>systems/hydraulic/brakes/pressure-right-psi</property>
|
|
<factor>-0.03</factor>
|
|
<condition>
|
|
<equals>
|
|
<property>systems/hydraulic/brakes/mode</property>
|
|
<value>2</value>
|
|
</equals>
|
|
</condition>
|
|
<axis>
|
|
<object-name>brakes_rb_psi.axis</object-name>
|
|
</axis>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>rotate</type>
|
|
<object-name>brakes_accum_psi</object-name>
|
|
<property>systems/hydraulic/brakes/accumulator-pressure-psi</property>
|
|
<interpolation>
|
|
<entry><ind>0</ind><dep>0</dep></entry>
|
|
<entry><ind>700</ind><dep>66</dep></entry>
|
|
<entry><ind>2000</ind><dep>78</dep></entry>
|
|
<entry><ind>3000</ind><dep>90</dep></entry>
|
|
</interpolation>
|
|
<axis>
|
|
<object-name>brakes_accum_psi.axis</object-name>
|
|
</axis>
|
|
</animation>
|
|
|
|
</PropertyList> |