Changeset 3625
- Timestamp:
- Feb 2, 2006, 11:23:56 PM (19 years ago)
- Location:
- data/trunk/worlds
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/worlds/DefaultCampaign.oxc
r3595 r3625 6 6 <SimpleGameMenu> 7 7 <identifier>0</identifier> 8 <name> World1</name>8 <name>GameMenu</name> 9 9 <nextid>1</nextid> 10 10 <path>worlds/SimpleMenu.oxw</path> 11 11 </SimpleGameMenu> 12 12 13 <SinglePlayerWorld> 13 14 <identifier>1</identifier> 14 <name>World2</name>15 15 <nextid>2</nextid> 16 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>pictures/menu/ss_straight_512x512.png</screenshoot>20 17 </SinglePlayerWorld> 18 21 19 <SinglePlayerWorld> 22 20 <identifier>2</identifier> 23 <name>World3</name>24 21 <nextid>3</nextid> 25 22 <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>pictures/menu/ss_christmas_512x512.png</screenshoot>29 23 </SinglePlayerWorld> 24 30 25 <SinglePlayerWorld> 31 26 <identifier>3</identifier> 32 <name>World4</name>33 27 <nextid>4</nextid> 34 28 <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>pictures/menu/ss_default_512x512.png</screenshoot>38 29 </SinglePlayerWorld> 30 39 31 <SinglePlayerWorld> 40 32 <identifier>4</identifier> 41 <name>World5</name>42 33 <nextid>5</nextid> 43 34 <path>worlds/vulcania.oxw</path> 44 <menu-entry>1</menu-entry>45 <menu-item-image>pictures/menu/se_vulcano_512x128.png</menu-item-image>46 <screenshoot>pictures/menu/ss_vulcano_512x512.png</screenshoot>47 35 </SinglePlayerWorld> 36 48 37 <SinglePlayerWorld> 49 38 <identifier>5</identifier> 50 <name>World6</name>51 39 <nextid>999</nextid> 52 40 <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>pictures/menu/ss_default_512x512.png</screenshoot>56 41 </SinglePlayerWorld> 42 57 43 </WorldList> 58 44 </Campaign> -
data/trunk/worlds/DefaultWorld.oxw
r3571 r3625 1 1 <WorldDataFile> 2 2 <name>NULLWORLD</name> 3 <menu-entry>1</menu-entry> 4 <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image> 5 <screenshoot>pictures/menu/ss_default_512x512.png</screenshoot> 6 3 7 <LoadScreen> 4 8 <BackgroundImage>pictures/load_screen.jpg</BackgroundImage> -
data/trunk/worlds/Straight.oxw
r3620 r3625 1 1 <WorldDataFile> 2 2 <name>Straight</name> 3 <menu-entry>1</menu-entry> 4 <menu-item-image>pictures/menu/se_straight_512x128.png</menu-item-image> 5 <screenshoot>pictures/menu/ss_straight_512x512.png</screenshoot> 6 3 7 <LoadScreen> 4 8 <BackgroundImage>pictures/load_screen.jpg</BackgroundImage> -
data/trunk/worlds/World2.oxw
r3494 r3625 1 1 <WorldDataFile> 2 <name>NULLWORLD</name> 2 <name>Darkness</name> 3 <menu-entry>1</menu-entry> 4 <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image> 5 <screenshoot>pictures/menu/ss_default_512x512.png</screenshoot> 6 3 7 <LoadScreen> 4 8 <BackgroundImage>pictures/sky/skybox_right.jpg</BackgroundImage> -
data/trunk/worlds/christmas.oxw
r3594 r3625 1 1 <WorldDataFile> 2 <name>Straight</name> 2 <name>Christmas</name> 3 <menu-entry>1</menu-entry> 4 <menu-item-image>pictures/menu/se_christmas_512x128.png</menu-item-image> 5 <screenshoot>pictures/menu/ss_christmas_512x512.png</screenshoot> 6 3 7 <LoadScreen> 4 8 <BackgroundImage>pictures/load_screen_christmas.png</BackgroundImage> -
data/trunk/worlds/vulcania.oxw
r3594 r3625 1 1 <WorldDataFile> 2 <name>NULLWORLD</name> 2 <name>Vulcania</name> 3 <menu-entry>1</menu-entry> 4 <menu-item-image>pictures/menu/se_vulcano_512x128.png</menu-item-image> 5 <screenshoot>pictures/menu/ss_vulcano_512x512.png</screenshoot> 6 3 7 <LoadScreen> 4 8 <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
Note: See TracChangeset
for help on using the changeset viewer.