8b726485c4
I added some more hotspots to Davids c172p since he already had done all the animation. Also I tried making the throttle and mixture knobs into hotspots even when they are moving adding extra hotspots for them. Also you can click on the trim wheel to trim now. I added a directory for the labels for the white toggle switches, but there is probably better way to do the labels then I came up with. There is a short readme file which gives the path for the new directory.
42 lines
1 KiB
XML
42 lines
1 KiB
XML
<!--
|
|
label-sto
|
|
|
|
Started summer 2000 by David Megginson, david@megginson.com.
|
|
|
|
Each instrument is composed of layers stacked on top of each other.
|
|
A layer may be a texture (with transparent parts to show the layers
|
|
underneath), text, or a special layer that switches between two
|
|
others (say, to turn an indicator light on or off). Each layer can
|
|
move independently in proportion to a property value, and text
|
|
can be generated from property values as well: all of the layer's
|
|
movements are defined as transformations.
|
|
|
|
Actions are hotspots on the instrument that will respond to a mouse
|
|
click. Actions always modify the values of properties, either by
|
|
adjusting them, toggling them, or swaping them with other
|
|
properties' values.
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<name>labelbcn</name>
|
|
|
|
<w-base>14</w-base>
|
|
<h-base>12</h-base>
|
|
|
|
<layers>
|
|
|
|
<layer>
|
|
<name>face</name>
|
|
<texture>
|
|
<path>Aircraft/Instruments/Textures/flaps.rgb</path>
|
|
<x1>0.65</x1>
|
|
<y1>0.39</y1>
|
|
<x2>0.82</x2>
|
|
<y2>0.52</y2>
|
|
</texture>
|
|
</layer>
|
|
|
|
</layers>
|
|
|
|
</PropertyList>
|