Click here to Skip to main content
15,896,153 members
Articles / Programming Languages / C#

Mars Mission (4) : Astronauts

Rate me:
Please Sign up or sign in to vote.
4.96/5 (26 votes)
5 Jul 2011CPOL55 min read 43.7K   6.5K   29  
strategy/action game defending the solar system : incorporating astronauts, resources, and actions inside and outside the ships
<root>
  <structure_Interior>
    <loc location="Space">0</loc>
    <room_Array>
      <room>
        <name>LOBBY</name>
        <polygon_array>
          <polygon>
            <Point_0-0 X="-67.261155" Y="-14.56611" />
            <Point_0-1 X="59.40688" Y="-14.56611" />
            <Point_0-2 X="59.549685" Y="14.708915" />
            <Point_0-3 X="-66.975545" Y="14.85172" />
          </polygon>
        </polygon_array>
        <ObjContainer>
          <ContainerObject_BaseArray />
          <AstronautArray />
          <ShipArray />
          <ResourceObjectArray />
        </ObjContainer>
      </room>
    </room_Array>
    <TeleporterCouplingArray>
      <TeleporterCoupling>
        <Teleporter>
          <Name>A</Name>
          <Room_Index>0</Room_Index>
          <Cell_Description />
          <dptPos X="-58.350123" Y="1.68509899999999" />
          <Radius>8.60345312206324</Radius>
          <cRadPlaceArrivingObject angle="6.05025425390691" radius="9.77479101314854" />
        </Teleporter>
        <Teleporter>
          <Name>B</Name>
          <Room_Index>0</Room_Index>
          <Cell_Description />
          <dptPos X="50.752897" Y="1.68509899999999" />
          <Radius>8.11177653843255</Radius>
          <cRadPlaceArrivingObject angle="3.21485578732903" radius="9.36456785768061" />
        </Teleporter>
        <Sprite_Type SpriteType="SlidingDoor">1</Sprite_Type>
        <RealWorldHeight>2.47077644872857</RealWorldHeight>
      </TeleporterCoupling>
    </TeleporterCouplingArray>
  </structure_Interior>
</root>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO unemployable
Canada Canada
Christ Kennedy grew up in the suburbs of Montreal and is a bilingual Quebecois with a bachelor’s degree in computer engineering from McGill University. He is unemployable and currently living in Moncton, N.B. writing his next novel.

Comments and Discussions