Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4293


Ignore:
Timestamp:
Dec 6, 2006, 7:04:47 PM (17 years ago)
Author:
muellmic
Message:

playmode handled from testlevel XML file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/worlds/testlevel.oxw

    r4271 r4293  
    1111  </LoadScreen>
    1212
     13  <ScriptManager>
     14   <Scripts>
     15      <file>testflight.lua</file>
     16   </Scripts>
     17  </ScriptManager>
     18
    1319  <clip-region>1, 100000</clip-region>
     20
    1421  <WorldEntities>
    15    .
    1622    <SpaceShip>
    1723      <name>Player</name>
    1824      <abs-coor>0,0,0</abs-coor>
    1925      <Size>100</Size>
     26      <playmode>Horizontal</playmode>
    2027    </SpaceShip>
    21     <Hover>
    22       <name>Test</name>
    23       <abs-coor>0, 100, 0</abs-coor>
    24     </Hover>
    2528
    26     <TestEntity2>
    27       <name>blub</name>
    28       <abs-coor> 3, 5, 5</abs-coor>
    29     </TestEntity2>
    3029
    3130    <Building>
    3231         <name>uranus</name>
    3332         <model>models/environments/uranus.obj, 50</model>
    34          <abs-coor>0, , -200</abs-coor>
     33         <abs-coor>0, -200, 0</abs-coor>
    3534          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
    3635    </Building>
     36    <Building>
     37         <name>uranus2</name>
     38         <model>models/environments/uranus.obj, 50</model>
     39         <abs-coor>1000, -200, 0</abs-coor>
     40          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     41    </Building>
     42    <Building>
     43         <name>uranus3</name>
     44         <model>models/environments/uranus.obj, 50</model>
     45         <abs-coor>2000, -200, 0</abs-coor>
     46          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     47    </Building>
     48    <Building>
     49         <name>uranus4</name>
     50         <model>models/environments/uranus.obj, 50</model>
     51         <abs-coor>3000, -200, 0</abs-coor>
     52          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     53    </Building>
     54    <Building>
     55         <name>uranus5</name>
     56         <model>models/environments/uranus.obj, 50</model>
     57         <abs-coor>4000, -200, 0</abs-coor>
     58          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     59    </Building>
     60    <Building>
     61         <name>uranus5</name>
     62         <model>models/environments/uranus.obj, 50</model>
     63         <abs-coor>5000, -200, 0</abs-coor>
     64          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     65    </Building>
     66    <Building>
     67         <name>uranus6</name>
     68         <model>models/environments/uranus.obj, 50</model>
     69         <abs-coor>6000, -200, 0</abs-coor>
     70          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     71    </Building>
     72    <Building>
     73         <name>uranus7</name>
     74         <model>models/environments/uranus.obj, 50</model>
     75         <abs-coor>7000, -200, 0</abs-coor>
     76          <abs-dir>0.5, 0.5, 0, 0</abs-dir>   
     77    </Building>
     78
    3779
    3880    <SkyBox>
     
    5799    <ambient-color>1,1,1</ambient-color>
    58100  </LightManager>
     101 
    59102
    60103</WorldDataFile>
Note: See TracChangeset for help on using the changeset viewer.