Just a gimmick: make background color configurable. Maybe some dark color
might look nicer for certain aircraft specific splash screens. Test with: $ fgfs --prop:/sim/gui/colors/splash-screen/blue=0.35
This commit is contained in:
parent
8ab3d99a88
commit
26a03db5b6
2 changed files with 10 additions and 10 deletions
|
@ -145,12 +145,5 @@
|
|||
<blue type="float">0.0</blue>
|
||||
<alpha type="float">1.0</alpha>
|
||||
</textbox-editable>
|
||||
|
||||
<!-- splash screen font color -->
|
||||
<splash>
|
||||
<red type="float">1.0</red>
|
||||
<green type="float">0.9</green>
|
||||
<blue type="float">0.0</blue>
|
||||
</splash>
|
||||
</colors>
|
||||
</PropertyList>
|
||||
|
|
|
@ -136,11 +136,18 @@
|
|||
<alpha type="float">1.0</alpha>
|
||||
</input-misc>
|
||||
|
||||
<!-- splash screen font color -->
|
||||
<splash>
|
||||
<!-- splash screen colors -->
|
||||
|
||||
<splash-font>
|
||||
<red type="float">1.0</red>
|
||||
<green type="float">0.9</green>
|
||||
<blue type="float">0.0</blue>
|
||||
</splash>
|
||||
</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>
|
||||
|
|
Loading…
Add table
Reference in a new issue