0ad/binaries/data/mods/public/gui/structree/styles.xml
leper 932dbc7221 Import s0600204's structree.
Taken from https://github.com/s0600204/0ad-structree-mod with some
improvements from my fork.
On small resolutions some buildings might not be fully visible (see
#3038).

This was SVN commit r16276.
2015-02-07 01:37:05 +00:00

33 lines
609 B
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="TreeDisplay"
sprite="ModernDarkBoxGold"
scrollbar="true"
scrollbar_style="ModernScrollBar"
/>
<style name="StructNameSpecific"
textcolor="white"
font="sans-12"
text_align="center"
size="8 0 100%-8 20"
/>
<style name="StructBox"
sprite="ModernDarkBoxGold"
size="4 4 68 68+16"
/>
<style name="StructIcon"
size="50%-24 8+16 50%+24 8+16+48"
tooltip_style="treeTooltip"
/>
<style name="ProdBox"
size="0 0 20 20"
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
tooltip_style="treeTooltip"
/>
</styles>