[Fix] Off by two pixels.
This commit is contained in:
parent
a479477b8b
commit
03b53b5b7c
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user