mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
44 lines
831 B
XML
44 lines
831 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<styles>
|
|
<style name="TreeDisplay"
|
|
sprite="ModernDarkBoxGold"
|
|
/>
|
|
|
|
<style name="StructNamePrimary"
|
|
font="sans-12"
|
|
size="0 0 100% 20"
|
|
text_align="center"
|
|
textcolor="white"
|
|
/>
|
|
|
|
<style name="StructBox"
|
|
size="4 4 68 68+16"
|
|
sprite="ModernDarkBoxGold"
|
|
/>
|
|
|
|
<style name="TrainerBox"
|
|
size="4 0 68 64+16"
|
|
sprite="ModernDarkBoxGold"
|
|
/>
|
|
|
|
<style name="StructIcon"
|
|
size="50%-24 8+16 50%+24 8+16+48"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
tooltip_style="referenceTooltip"
|
|
/>
|
|
|
|
<style name="ProdBar"
|
|
sprite="ProdBar"
|
|
size="40 0 100% 0"
|
|
/>
|
|
|
|
<style name="ProdBox"
|
|
size="2 2 22 22"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
tooltip_style="referenceTooltip"
|
|
/>
|
|
|
|
<style name="ProdBoxRow"
|
|
size="50% 100%-24 100% 100%"
|
|
/>
|
|
</styles>
|