Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 18, 2018, 6:42:50 PM (6 years ago)
Author:
landauf
Message:

merged Waypoints_HS17

Location:
code/branches/Presentation_HS17_merge
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge

  • code/branches/Presentation_HS17_merge/data/levels/emptyLevel.oxw

    r11765 r11774  
    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
    1621?>
    1722
     
    2227  <?lua include("includes/notifications.oxi") ?>
    2328
    24   <Scene
    25     ambientlight = "0.8, 0.8, 0.8"
    26     skybox       = "Orxonox/Starbox"
     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"
    2744  >
    2845
    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 />
     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
    3150   
     51    <SpawnPoint position="50,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
     52
     53
    3254  </Scene>
    3355</Level>
Note: See TracChangeset for help on using the changeset viewer.