2001-12-12 14:20:38 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
A simple indicator lamp. Used here as a brake light.
|
|
|
|
John Check <j4strngs@usa.net>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<name>Brake</name>
|
|
|
|
<w-base>64</w-base>
|
|
|
|
<h-base>26</h-base>
|
|
|
|
|
|
|
|
<layers>
|
|
|
|
<!-- The "bulb" -->
|
|
|
|
<layer>
|
|
|
|
<name>Brake light</name>
|
|
|
|
<type>switch</type>
|
|
|
|
<layer>
|
2003-03-09 03:41:48 +00:00
|
|
|
<condition>
|
2004-01-12 17:49:33 +00:00
|
|
|
<property>/controls/gear/brake-parking</property> <!-- parking brake -->
|
2003-03-09 03:41:48 +00:00
|
|
|
</condition>
|
2001-12-12 14:20:38 +00:00
|
|
|
<name>on</name>
|
|
|
|
<texture>
|
|
|
|
<path>Aircraft/Instruments/Textures/warning-lamps.rgb</path>
|
|
|
|
<x1>0.25</x1>
|
|
|
|
<y1>0.0</y1>
|
|
|
|
<x2>0.5</x2>
|
|
|
|
<y2>0.095</y2>
|
|
|
|
</texture>
|
|
|
|
<w>64</w>
|
|
|
|
<h>26</h>
|
|
|
|
</layer>
|
|
|
|
<layer>
|
|
|
|
<name>off</name>
|
|
|
|
<texture>
|
|
|
|
<path>Aircraft/Instruments/Textures/warning-lamps.rgb</path>
|
|
|
|
<x1>0.0</x1>
|
|
|
|
<y1>0.0</y1>
|
|
|
|
<x2>0.25</x2>
|
|
|
|
<y2>0.095</y2>
|
|
|
|
</texture>
|
|
|
|
<w>64</w>
|
|
|
|
<h>26</h>
|
|
|
|
</layer>
|
|
|
|
</layer>
|
|
|
|
<!-- translucent lens -->
|
|
|
|
<layer>
|
|
|
|
<name>lens</name>
|
|
|
|
<texture>
|
|
|
|
<path>Aircraft/Instruments/Textures/warning-lamps.rgb</path>
|
|
|
|
<x1>0.495</x1>
|
|
|
|
<y1>0.0875</y1>
|
|
|
|
<x2>0.75</x2>
|
|
|
|
<y2>0.1975</y2>
|
|
|
|
</texture>
|
|
|
|
<transformations>
|
|
|
|
<transformation>
|
|
|
|
<type>y-shift</type>
|
|
|
|
<offset>-2</offset>
|
|
|
|
</transformation>
|
|
|
|
</transformations>
|
|
|
|
<w>64</w>
|
|
|
|
<h>26</h>
|
|
|
|
</layer>
|
|
|
|
</layers>
|
|
|
|
|
2002-02-14 06:09:47 +00:00
|
|
|
<actions>
|
2001-12-12 14:20:38 +00:00
|
|
|
<action>
|
2002-02-14 06:09:47 +00:00
|
|
|
<desc>brake</desc>
|
2001-12-12 14:20:38 +00:00
|
|
|
<button>0</button>
|
|
|
|
<x>-32</x>
|
|
|
|
<y>-13</y>
|
|
|
|
<w>64</w>
|
|
|
|
<h>26</h>
|
2002-02-14 06:09:47 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-toggle</command>
|
2004-01-12 17:49:33 +00:00
|
|
|
<property>/controls/gear/brake-parking</property>
|
2002-02-14 06:09:47 +00:00
|
|
|
</binding>
|
2001-12-12 14:20:38 +00:00
|
|
|
</action>
|
|
|
|
</actions>
|
|
|
|
</PropertyList>
|