Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2008, 5:52:25 AM (17 years ago)
Author:
landauf
Message:

added scoreboard to levels
initialize scoreboard with visible=false
changed skybox in all levels to the new one and added corresponding directional light

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/presentation_physics.oxw

    r5376 r5381  
    11<?lua
    22  include("levels/hudtemplates3.oxw")
     3  include("overlay/stats.oxo")
    34  include("levels/spaceshiptemplates_presentation.oxw")
    45  math.randomseed(344)
     
    1112  <Scene
    1213   ambientlight = "0.8, 0.8, 0.8"
    13    skybox       = "Orxonox/Starbox"
     14   skybox       = "Orxonox/skypanoramagen1"
    1415   gravity      = "0, -10, 0"
    1516  >
    16     <Light type=directional position="-100,50,50" direction="100, -50, -50" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
     17    <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" />
    1718
    1819    <StaticEntity
Note: See TracChangeset for help on using the changeset viewer.