Lephisto/dat/gui.xml
Allanis e1b23f928b [Change] GUI's are now saved in XML and thrown into data pack file.
-- This allows for multiple gui's.
  -- Each ship can also have it's own gui if it so chooses.
2013-02-12 19:34:47 +00:00

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>