mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
Right-click on icons of units, structures, technologies, flora, fauna, etc. and view additional details. Reviewed By: elexis Fixes: #3212 Differential Revision: https://code.wildfiregames.com/D297 This was SVN commit r21310.
18 lines
316 B
XML
18 lines
316 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<sprites>
|
|
<sprite name="IconFrame_Gold">
|
|
<image
|
|
border="true"
|
|
bordercolor="163 163 103"
|
|
backcolor="0 0 0 0"
|
|
size="0 0 100% 100%"
|
|
/>
|
|
<image
|
|
border="true"
|
|
bordercolor="0 0 0"
|
|
backcolor="0 0 0 0"
|
|
size="1 1 100%-1 100%-1"
|
|
/>
|
|
</sprite>
|
|
</sprites>
|