Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/release/levels/DefaultCampaign.oxc @ 4427

Last change on this file since 4427 was 4427, checked in by wenners, 17 years ago

space station interior added

File size: 1.0 KB
Line 
1<Campaign>
2  <name>default</name>
3  <identifier>0</identifier>
4  <description>The one and only default debug campaign</description>
5  <WorldList>
6
7    <GameMenu>
8      <identifier>0</identifier>
9      <name>GameMenu</name>
10      <path>levels/Menu.oxw</path>
11      <nextid>1</nextid>
12    </GameMenu>
13
14    <SinglePlayerWorld>
15      <identifier>1</identifier>
16      <nextid>1</nextid>
17      <name>Space Station</name>
18      <path>levels/sp_level_spacestation1.oxw</path>
19      <menu-entry>1</menu-entry>
20    </SinglePlayerWorld>
21
22    <SinglePlayerWorld>
23      <identifier>2</identifier>
24      <nextid>1</nextid>
25      <name>Space Station</name>
26      <path>levels/sp_level_spacestation1B.oxw</path>
27      <menu-entry>1</menu-entry>
28    </SinglePlayerWorld>
29
30    <SinglePlayerWorld>
31      <identifier>3</identifier>
32      <nextid>2</nextid>
33      <name>In Space</name>
34      <path>levels/vertical_scroller.oxw</path>
35      <menu-entry>1</menu-entry>
36    </SinglePlayerWorld>
37
38  </WorldList>
39</Campaign>
Note: See TracBrowser for help on using the repository browser.