Changeset 3588
- Timestamp:
- Jan 30, 2006, 2:57:14 AM (19 years ago)
- Location:
- data/branches/network/worlds
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/network/worlds/DefaultCampaign.oxc
r3543 r3588 6 6 <SimpleGameMenu> 7 7 <identifier>0</identifier> 8 <name>World1</name> 8 9 <nextid>1</nextid> 9 10 <path>worlds/SimpleMenu.oxw</path> … … 11 12 <SinglePlayerWorld> 12 13 <identifier>1</identifier> 14 <name>World2</name> 13 15 <nextid>2</nextid> 14 16 <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> 15 20 </SinglePlayerWorld> 16 21 <SinglePlayerWorld> 17 22 <identifier>2</identifier> 23 <name>World3</name> 18 24 <nextid>3</nextid> 19 25 <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> 20 29 </SinglePlayerWorld> 21 30 <SinglePlayerWorld> 22 31 <identifier>3</identifier> 32 <name>World4</name> 23 33 <nextid>4</nextid> 24 34 <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> 25 38 </SinglePlayerWorld> 26 39 <SinglePlayerWorld> 27 40 <identifier>4</identifier> 41 <name>World5</name> 28 42 <nextid>5</nextid> 29 43 <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> 30 47 </SinglePlayerWorld> 31 48 <SinglePlayerWorld> 32 49 <identifier>5</identifier> 50 <name>World6</name> 33 51 <nextid>999</nextid> 34 52 <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> 35 56 </SinglePlayerWorld> 36 57 </WorldList> -
data/branches/network/worlds/SimpleMenu.oxw
r3575 r3588 9 9 </LoadScreen> 10 10 <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> 12 25 <name>Selector_Menu</name> 13 26 <texture>pictures/menu/selector_512x128.png</texture> … … 33 46 <abs-coor>0,-20,0</abs-coor> 34 47 </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> 47 49 <LightManager> 48 50 <Lights>
Note: See TracChangeset
for help on using the changeset viewer.