mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
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.
18 lines
1,012 B
XML
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>
|