Lephisto/dat/planet.xml
Allanis 85bec426ba [Add] libxml for ship data etc.
[Fix] Memory leaks.
[Fix] fixed #1 For dear old KonoM.
2013-01-31 01:30:51 +00:00

30 lines
515 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Planets>
<planet name="KonoSphere">
<pos>
<x>10</x>
<y>15</y>
</pos>
<general>
<class>1</class>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>KonoSphere</GFX>
</planet>
<planet name="SaraCraft">
<pos>
<x>125</x>
<y>-345</y>
</pos>
<general>
<class>1</class>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>SaraCraft</GFX>
</planet>
</Planets>