df6d7171a6
- 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
30 lines
490 B
XML
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>
|