1
0
Fork 0

copy splash colors/fonts from default.xml, as the splash screen will read

them now from the selected style, and not always from /sim/gui/style[0]
This commit is contained in:
mfranz 2006-06-05 22:02:44 +00:00
parent 944531e852
commit af6634e58a

View file

@ -14,6 +14,12 @@
<name type="string">HELVETICA_12</name>
</gui>
<splash>
<name type="string">default.txf</name>
<size type="float">19</size>
<slant type="float">0</slant>
</splash>
<message-display>
<name type="string">SANS_12B</name>
</message-display>
@ -145,5 +151,19 @@
<blue type="float">0.0</blue>
<alpha type="float">1.0</alpha>
</textbox-editable>
<!-- splash screen colors -->
<splash-font>
<red type="float">1.0</red>
<green type="float">0.9</green>
<blue type="float">0.0</blue>
</splash-font>
<splash-screen>
<red type="float">0.0</red>
<green type="float">0.0</green>
<blue type="float">0.0</blue>
</splash-screen>
</colors>
</PropertyList>