1
0
Fork 0
fgdata/gui/dialogs/fps.xml
mfranz df6d7171a6 - fps.xml: revive the traditional font color (a bit brighter than pure red)
- gui.nas: use 4-space indents like the rest of the file; waste slightly less
           cycles: checking for the property shouldn't be done in a loop at
           all, it only serves as a temporary solution
2005-12-16 12:14:43 +00:00

30 lines
490 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>fps</name>
<x>-1</x>
<y>0</y>
<width>30</width>
<height>20</height>
<color>
<red>1</red>
<green>1</green>
<blue>1</blue>
<alpha>0</alpha>
</color>
<text>
<label>000</label>
<property>/sim/frame-rate</property>
<live>true</live>
<!--font>
<name>typewriter</name>
<size>16</size>
</font-->
<color>
<red>0.9</red>
<green>0.4</green>
<blue>0.2</blue>
<alpha>1</alpha>
</color>
</text>
</PropertyList>