mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
Tested By: Imarok Differential Revision: https://code.wildfiregames.com/D4008 This was SVN commit r25541.
15 lines
548 B
XML
15 lines
548 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<sprites>
|
|
<sprite name="IconFrameGold">
|
|
<image backcolor="163 163 103" size="0 0 100% 1"/>
|
|
<image backcolor="163 163 103" size="0 100%-1 100% 100%"/>
|
|
<image backcolor="163 163 103" size="0 0 1 100%"/>
|
|
<image backcolor="163 163 103" size="100%-1 0 100% 100%"/>
|
|
|
|
<image backcolor="0 0 0" size="1 1 100%-1 2"/>
|
|
<image backcolor="0 0 0" size="1 100%-2 100%-1 100%-1"/>
|
|
<image backcolor="0 0 0" size="1 1 2 100%-1"/>
|
|
<image backcolor="0 0 0" size="100%-2 1 100%-1 100%-1"/>
|
|
</sprite>
|
|
</sprites>
|