Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3625


Ignore:
Timestamp:
Feb 2, 2006, 11:23:56 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: level's LoadImage is loadable within the level instead of the Campaign file

Location:
data/trunk/worlds
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/worlds/DefaultCampaign.oxc

    r3595 r3625  
    66    <SimpleGameMenu>
    77      <identifier>0</identifier>
    8       <name>World1</name>
     8      <name>GameMenu</name>
    99      <nextid>1</nextid>
    1010      <path>worlds/SimpleMenu.oxw</path>
    1111    </SimpleGameMenu>
     12
    1213    <SinglePlayerWorld>
    1314      <identifier>1</identifier>
    14       <name>World2</name>
    1515      <nextid>2</nextid>
    1616      <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>
    2017    </SinglePlayerWorld>
     18
    2119    <SinglePlayerWorld>
    2220      <identifier>2</identifier>
    23       <name>World3</name>
    2421      <nextid>3</nextid>
    2522      <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>
    2923    </SinglePlayerWorld>
     24
    3025    <SinglePlayerWorld>
    3126      <identifier>3</identifier>
    32       <name>World4</name>
    3327      <nextid>4</nextid>
    3428      <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>
    3829    </SinglePlayerWorld>
     30
    3931    <SinglePlayerWorld>
    4032      <identifier>4</identifier>
    41       <name>World5</name>
    4233      <nextid>5</nextid>
    4334      <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>
    4735    </SinglePlayerWorld>
     36
    4837    <SinglePlayerWorld>
    4938      <identifier>5</identifier>
    50       <name>World6</name>
    5139      <nextid>999</nextid>
    5240      <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>
    5641    </SinglePlayerWorld>
     42
    5743  </WorldList>
    5844</Campaign>
  • data/trunk/worlds/DefaultWorld.oxw

    r3571 r3625  
    11<WorldDataFile>
    22  <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
    37  <LoadScreen>
    48    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
  • data/trunk/worlds/Straight.oxw

    r3620 r3625  
    11<WorldDataFile>
    22  <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
    37  <LoadScreen>
    48    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
  • data/trunk/worlds/World2.oxw

    r3494 r3625  
    11<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
    37  <LoadScreen>
    48    <BackgroundImage>pictures/sky/skybox_right.jpg</BackgroundImage>
  • data/trunk/worlds/christmas.oxw

    r3594 r3625  
    11<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
    37  <LoadScreen>
    48    <BackgroundImage>pictures/load_screen_christmas.png</BackgroundImage>
  • data/trunk/worlds/vulcania.oxw

    r3594 r3625  
    11<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
    37  <LoadScreen>
    48    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
Note: See TracChangeset for help on using the changeset viewer.