0ad/binaries/data/mods/public/gui/reference/viewer/sprites.xml
vladislavbelov 3e5638e548 Removes hardcoded 1px width borders from GUI sprites.
Tested By: Imarok
Differential Revision: https://code.wildfiregames.com/D4008
This was SVN commit r25541.
2021-05-24 18:42:51 +00:00

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>