0ad/binaries/data/mods/public/gui/reference/common/sprites.xml
s0600204 cdf6109713 Relocate and Rearrange the structree codebase
Makes it possible to reuse the more generic parts of the `structree`
codebase in other pages without including `structree`-specific logic.
This sets the stage for further reference/encyclopedia-type pages.

Reviewed By: fatherbushido, elexis
Differential Revision: https://code.wildfiregames.com/D295
This was SVN commit r19940.
2017-07-31 12:49:00 +00:00

18 lines
1,012 B
XML

<?xml version="1.0" encoding="utf-8"?>
<sprites>
<sprite name="bkTooltip">
<image backcolor="0 0 0 192" size="0 0 100% 100%"/>
<!-- sides -->
<image texture="global/border/line_horiz.png" texture_size="0 0 64 4" size="2 0 100%-2 2"/>
<image texture="global/border/line_vert.png" texture_size="0 0 4 64" size="100%-2 2 100% 100%-2"/>
<image texture="global/border/line_horiz.png" texture_size="0 0 64 4" size="2 100%-2 100%-2 100%"/>
<image texture="global/border/line_vert.png" texture_size="0 0 4 64" size="0 2 2 100%-2"/>
<!-- corners -->
<image texture="global/border/line_corner_top_right.png" texture_size="0 0 4 4" size="100%-2 0 100% 2"/>
<image texture="global/border/line_corner_bottom_right.png" texture_size="0 0 4 4" size="100%-2 100%-2 100% 100%"/>
<image texture="global/border/line_corner_bottom_left.png" texture_size="0 0 4 4" size="0 100%-2 2 100%"/>
<image texture="global/border/line_corner_top_left.png" texture_size="0 0 4 4" size="0 0 2 2"/>
</sprite>
</sprites>