Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 19, 2018, 12:34:42 AM (6 years ago)
Author:
landauf
Message:

[Waypoints_HS17] removed/reverted a huge number of unwanted changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/data/levels/emptyLevel.oxw

    r11774 r11776  
    1414<?lua
    1515  include("templates/spaceshipEscort.oxt")
    16   include("templates/endurancetest_template.oxt")
    17   include("templates/spaceshipPirate.oxt")
    18   include("templates/spaceshipAssff.oxt")
    19 
    20 
    2116?>
    2217
     
    2722  <?lua include("includes/notifications.oxi") ?>
    2823
    29   <NotificationQueueCEGUI
    30     name="narrative"
    31     targets="simpleNotification"
    32     size=3
    33     displayTime=3.9
    34     position="0.2, 0, 0.1, 0"
    35     fontSize="23"
    36     fontColor="0.3, 1, 0.2, 0.8"
    37     alignment="HorzCentred"
    38     displaySize="0.6, 0, 0, 0"
    39     />
    40 
    41    <Scene
    42    ambientlight = "0.5, 0.5, 0.5"
    43    skybox       = "Orxonox/Starbox"
     24  <Scene
     25    ambientlight = "0.8, 0.8, 0.8"
     26    skybox       = "Orxonox/Starbox"
    4427  >
    4528
    46 
    47     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    48 
    49 
     29    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
     30    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    5031   
    51     <SpawnPoint position="50,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    52 
    53 
    5432  </Scene>
    5533</Level>
Note: See TracChangeset for help on using the changeset viewer.