mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
Unify the two IGUIObject::LoadStyle functions and remove CGUI argument that is always identical to the member. Differential Revision: https://code.wildfiregames.com/D2232 Tested on: gcc 9.1.0., clang 8.0.1, Jenkins This was SVN commit r22792.
29 lines
563 B
XML
29 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<styles>
|
|
<style name="TreeDisplay"
|
|
sprite="ModernDarkBoxGold"
|
|
/>
|
|
|
|
<style name="StructNameSpecific"
|
|
font="sans-12"
|
|
size="8 0 100%-8 20"
|
|
text_align="center"
|
|
textcolor="white"
|
|
/>
|
|
|
|
<style name="StructBox"
|
|
size="4 4 68 68+16"
|
|
sprite="ModernDarkBoxGold"
|
|
/>
|
|
|
|
<style name="StructIcon"
|
|
size="50%-24 8+16 50%+24 8+16+48"
|
|
tooltip_style="referenceTooltip"
|
|
/>
|
|
|
|
<style name="ProdBox"
|
|
size="0 0 20 20"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
tooltip_style="referenceTooltip"
|
|
/>
|
|
</styles>
|