Lephisto/dat/planet.xml
Allanis bf9d422150 [Add] Support for images of planets within toolkit.
[Change] blit functions use doubles instead of vectors.
[Change] Took some time out to clean up space.c bringing it up to xml.h standards.
2013-02-19 00:10:57 +00:00

38 lines
734 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Planets>
<planet name="KonoSphere">
<pos>
<x>10</x>
<y>15</y>
</pos>
<general>
<class>A</class>
<faction>Independent</faction>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>
<space>konosphere.png</space>
<exterior>konosphere.png</exterior>
</GFX>
</planet>
<planet name="SaraCraft">
<pos>
<x>125</x>
<y>-345</y>
</pos>
<general>
<class>A</class>
<faction>Independent</faction>
<services>1</services>
<tech>0</tech>
<commodities>1</commodities>
</general>
<GFX>
<space>saracraft.png</space>
<exterior>saracraft.png</exterior>
</GFX>
</planet>
</Planets>