Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3588


Ignore:
Timestamp:
Jan 30, 2006, 2:57:14 AM (18 years ago)
Author:
patrick
Message:

network: other world data

Location:
data/branches/network/worlds
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/branches/network/worlds/DefaultCampaign.oxc

    r3543 r3588  
    66    <SimpleGameMenu>
    77      <identifier>0</identifier>
     8      <name>World1</name>
    89      <nextid>1</nextid>
    910      <path>worlds/SimpleMenu.oxw</path>
     
    1112    <SinglePlayerWorld>
    1213      <identifier>1</identifier>
     14      <name>World2</name>
    1315      <nextid>2</nextid>
    1416      <path>worlds/Straight.oxw</path>
     17      <menu-entry>1</menu-entry>
     18      <menu-item-image>pictures/menu/se_straight_512x128.png</menu-item-image>
     19      <screenshoot></screenshoot>
    1520    </SinglePlayerWorld>
    1621    <SinglePlayerWorld>
    1722      <identifier>2</identifier>
     23      <name>World3</name>
    1824      <nextid>3</nextid>
    1925      <path>worlds/christmas.oxw</path>
     26      <menu-entry>1</menu-entry>
     27      <menu-item-image>pictures/menu/se_christmas_512x128.png</menu-item-image>
     28      <screenshoot></screenshoot>
    2029    </SinglePlayerWorld>
    2130    <SinglePlayerWorld>
    2231      <identifier>3</identifier>
     32      <name>World4</name>
    2333      <nextid>4</nextid>
    2434      <path>worlds/DefaultWorld.oxw</path>
     35      <menu-entry>1</menu-entry>
     36      <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image>
     37      <screenshoot></screenshoot>
    2538    </SinglePlayerWorld>
    2639    <SinglePlayerWorld>
    2740      <identifier>4</identifier>
     41      <name>World5</name>
    2842      <nextid>5</nextid>
    2943      <path>worlds/vulcania.oxw</path>
     44      <menu-entry>1</menu-entry>
     45      <menu-item-image>pictures/menu/se_vulcania_512x128.png</menu-item-image>
     46      <screenshoot></screenshoot>
    3047    </SinglePlayerWorld>
    3148    <SinglePlayerWorld>
    3249      <identifier>5</identifier>
     50      <name>World6</name>
    3351      <nextid>999</nextid>
    3452      <path>worlds/World2.oxw</path>
     53      <menu-entry>1</menu-entry>
     54      <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image>
     55      <screenshoot></screenshoot>
    3556    </SinglePlayerWorld>
    3657  </WorldList>
  • data/branches/network/worlds/SimpleMenu.oxw

    r3575 r3588  
    99  </LoadScreen>
    1010  <WorldEntities>
    11       <ImageEntity>
     11    <Planet>
     12      <name>mars</name>
     13      <texture>pictures/plutomap.png</texture>
     14      <size>20</size>
     15      <abs-coor>3,0,3</abs-coor>
     16    </Planet>
     17    <SkyBox>
     18     <name>Sky</name>
     19     <Materialset>pictures/sky/simple_space</Materialset>
     20     <Size>100</Size>
     21    </SkyBox>
     22  </WorldEntities>
     23  <Elements>
     24    <ImageEntity>
    1225      <name>Selector_Menu</name>
    1326      <texture>pictures/menu/selector_512x128.png</texture>
     
    3346      <abs-coor>0,-20,0</abs-coor>
    3447    </ImageEntity>
    35     <Planet>
    36       <name>mars</name>
    37       <texture>pictures/plutomap.png</texture>
    38       <size>20</size>
    39       <abs-coor>3,0,3</abs-coor>
    40     </Planet>
    41     <SkyBox>
    42      <name>Sky</name>
    43      <Materialset>pictures/sky/simple_space</Materialset>
    44      <Size>100</Size>
    45     </SkyBox>
    46   </WorldEntities>
     48  </Elements>
    4749    <LightManager>
    4850    <Lights>
Note: See TracChangeset for help on using the changeset viewer.