
-- This allows for multiple gui's. -- Each ship can also have it's own gui if it so chooses.
49 lines
714 B
XML
49 lines
714 B
XML
<GUIs>
|
|
<gui name="simple" gfx="simple">
|
|
<radar type="rectangle">
|
|
<w>128</w>
|
|
<h>128</h>
|
|
<x>11</x>
|
|
<y>10</y>
|
|
</radar>
|
|
<health>
|
|
<shield>
|
|
<w>129</w>
|
|
<h>10</h>
|
|
<x>10</x>
|
|
<y>201</y>
|
|
</shield>
|
|
<armor>
|
|
<w>129</w>
|
|
<h>10</h>
|
|
<x>10</x>
|
|
<y>218</y>
|
|
</armor>
|
|
<energy>
|
|
<w>129</w>
|
|
<h>10</h>
|
|
<x>10</x>
|
|
<y>236</y>
|
|
</energy>
|
|
</health>
|
|
<target>
|
|
<gfx>
|
|
<x>10</x>
|
|
<y>256</y>
|
|
</gfx>
|
|
<name>
|
|
<x>16</x>
|
|
<y>261</y>
|
|
</name>
|
|
<faction>
|
|
<x>16</x>
|
|
<y>274</y>
|
|
</faction>
|
|
<health>
|
|
<x>16</x>
|
|
<y>334</y>
|
|
</health>
|
|
</target>
|
|
</gui>
|
|
</GUIs>
|