1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/loading/styles.xml
WhiteTreePaladin c922912ac5 Cleaned up loading files
Changed single player start game text

This was SVN commit r8735.
2010-11-28 17:27:00 +00:00

55 lines
997 B
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="loadingPageTitleText"
font="serif-bold-18"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="loadingBarText"
font="serif-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="loadingTitleText"
font="serif-bold-18"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="loadingText"
font="serif-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="loadingTipTitleText"
font="serif-bold-16"
textcolor="black"
text_align="left"
text_valign="top"
/>
<style name="loadingTipText"
font="serif-bold-14"
textcolor="black"
text_align="left"
text_valign="top"
/>
<style name="loadingProgressbar"
sprite_bar="loadingProgressbar_middle"
ghost="true"
tooltip_style="snToolTip"
tooltip="(TBA)"
/>
</styles>