add <palette> group, from which values are copied to /sim/hud/color
This commit is contained in:
parent
176d08e746
commit
89162607d9
1 changed files with 8 additions and 5 deletions
|
@ -172,15 +172,18 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<hud>
|
<hud>
|
||||||
<path>Huds/Default/default.xml</path>
|
<path>Huds/Default/default.xml</path>
|
||||||
<visibility type="bool">false</visibility>
|
<visibility type="bool">false</visibility>
|
||||||
<antialiased type="bool">false</antialiased>
|
|
||||||
<font>
|
<font>
|
||||||
<name type="string">Helvetica.txf</name>
|
<name type="string">Helvetica.txf</name>
|
||||||
<size type="float">10</size>
|
<size type="float">10</size>
|
||||||
</font>
|
</font>
|
||||||
<alpha type="float">0.67</alpha>
|
<color>
|
||||||
<brightness type="float">0.75</brightness>
|
<antialiased type="bool">false</antialiased>
|
||||||
|
<alpha type="float">0.67</alpha>
|
||||||
|
<brightness type="float">0.75</brightness>
|
||||||
|
<alpha-clamp type="float">0.01</alpha-clamp>
|
||||||
|
</color>
|
||||||
<current-color type="int">0</current-color>
|
<current-color type="int">0</current-color>
|
||||||
<colors>
|
<palette>
|
||||||
<color n="0"><!-- day -->
|
<color n="0"><!-- day -->
|
||||||
<red type="float">0.1</red>
|
<red type="float">0.1</red>
|
||||||
<green type="float">0.9</green>
|
<green type="float">0.9</green>
|
||||||
|
@ -191,7 +194,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<green type="float">0.1</green>
|
<green type="float">0.1</green>
|
||||||
<blue type="float">0.1</blue>
|
<blue type="float">0.1</blue>
|
||||||
</color>
|
</color>
|
||||||
</colors>
|
</palette>
|
||||||
</hud>
|
</hud>
|
||||||
<systems>
|
<systems>
|
||||||
<path>Aircraft/Generic/generic-systems.xml</path>
|
<path>Aircraft/Generic/generic-systems.xml</path>
|
||||||
|
|
Loading…
Add table
Reference in a new issue