Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultCampaign.oxc @ 3402

Last change on this file since 3402 was 3402, checked in by patrick, 19 years ago

orxonox/data: added nextid tag to identify the next story id

File size: 466 bytes
Line 
1<Campaign>
2  <name>default</name>
3  <identifier>666</identifier>
4  <description>The one and only default debug campaign</description>
5  <WorldList>   
6    <World>
7      <identifier>0</identifier>
8      <nextid>1</nextid>
9      <path>../data/worlds/DefaultWorld.oxw</path>
10    </World>
11    <World>
12      <identifier>1</identifier>
13      <nextid>999</nextid>
14      <path>../data/worlds/DefaultWorld.oxw</path>
15    </World>
16  </WorldList>
17</Campaign>
Note: See TracBrowser for help on using the repository browser.