1
0
Fork 0
fgdata/Aircraft/Instruments/fps.xml
ThorstenB 1a01f02f96 New FGPanel instrument panel: C172p Mini Cockpit
Also borrow some instruments from the SenecaII FGPanel project :)
2011-11-28 19:02:55 +01:00

32 lines
509 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>frames per second</name>
<w-base>50</w-base>
<h-base>50</h-base>
<layers>
<layer>
<name>counter</name>
<type>text</type>
<font>led</font>
<point-size>6.5</point-size>
<color>
<red>1.0</red>
<green>0.5</green>
<blue>0.0</blue>
</color>
<chunks>
<chunk>
<type>number-value</type>
<property>/sim/frame-rate</property>
<format>%.0f</format>
</chunk>
</chunks>
</layer>
</layers>
</PropertyList>