From af6634e58ab2c3162856b3f94e8a6601f7d3f265 Mon Sep 17 00:00:00 2001 From: mfranz <mfranz> Date: Mon, 5 Jun 2006 22:02:44 +0000 Subject: [PATCH] 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] --- gui/styles/anthrax.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gui/styles/anthrax.xml b/gui/styles/anthrax.xml index d4a04ab90..3c48bb953 100644 --- a/gui/styles/anthrax.xml +++ b/gui/styles/anthrax.xml @@ -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>