4 Default digital clock instrument.
6 Started summer 2000 by David Megginson, david@megginson.com.
8 This is an instrument configuration file for the open-source flight
9 simulator FlightGear (www.flightgear.org). The file is an XML-encoded
10 FlightGear property list defining the instrument's layers and actions.
12 Each instrument is composed of layers stacked on top of each other.
13 A layer may be a texture (with transparent parts to show the layers
14 underneath), text, or a special layer that switches between two
15 others (say, to turn an indicator light on or off). Each layer can
16 move independently in proportion to a property value, and text
17 can be generated from property values as well: all of the layer's
18 movements are defined as transformations.
20 Actions are hotspots on the instrument that will respond to a mouse
21 click. Actions always modify the values of properties, either by
22 adjusting them, toggling them, or swaping them with other
27 <name>Digital Clock</name>
36 <property>/sim/aero</property>
41 <path>Aircraft/Instruments/Textures/bezel.rgb</path>
62 <name>clock background</name>
64 <path>Aircraft/Instruments/Textures/faces-3.rgb</path>
78 <point-size>6.5</point-size>
86 <type>text-value</type>
87 <property>/sim/time/gmt-string</property>
102 <name>glare shield</name>
104 <path>Aircraft/Instruments/Textures/bezel1.rgb</path>