Lephisto/dat/planet.xml
Allanis 376eedc616 [Add] Star systems.
[Add] Planets.
2013-02-04 09:09:04 +00:00

30 lines
523 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.png</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.png</GFX>
</planet>
</Planets>