0ad/binaries/data/mods/public/gui/loading/styles.xml
elexis 20b4e039be Fix fileendings of files with mixed fileendings in the public mod (except art, l10n) and in source/ (except for source/third_party/).
Thus fix lineendings in files that were missed in bcbf25bfbd, as
reported by Imarok.

(SVN throws an error when trying to set the native filending property on
a file with mixed fileendings. However when recursing it hides this
error).

This was SVN commit r18561.
2016-07-25 12:58:47 +00:00

54 lines
936 B
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="LoadingPageTitleText"
font="sans-bold-18"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="LoadingBarText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="center"
text_valign="center"
/>
<style name="LoadingTitleText"
font="sans-bold-18"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="LoadingText"
font="sans-bold-stroke-14"
textcolor="white"
text_align="left"
text_valign="top"
/>
<style name="LoadingTipTitleText"
font="sans-bold-16"
textcolor="black"
text_align="left"
text_valign="top"
/>
<style name="LoadingTipText"
font="sans-bold-14"
textcolor="black"
text_align="left"
text_valign="top"
/>
<style name="LoadingProgressbar"
sprite_bar="LoadingProgressBarMiddle"
ghost="true"
tooltip_style="snToolTip"
tooltip="(TBA)"
/>
</styles>