[Fix] Off by two pixels.

This commit is contained in:
Allanis 2014-04-13 23:35:20 +01:00
parent a479477b8b
commit 03b53b5b7c

View File

@ -2,7 +2,7 @@
<GUIs> <GUIs>
<gui gfx="minimal" name="minimal"> <gui gfx="minimal" name="minimal">
<offset x="0" y="0" /> <offset x="0" y="0" />
<radar type="circle" w="80" x="83" y="90" /> <radar type="circle" w="82" x="83" y="90" />
<health> <health>
<shield w="103" h="7" x="68" y="185" /> <shield w="103" h="7" x="68" y="185" />
<armour w="103" h="7" x="68" y="199" /> <armour w="103" h="7" x="68" y="199" />