Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5381


Ignore:
Timestamp:
Dec 17, 2008, 5:52:25 AM (15 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

Location:
data/media/levels
Files:
5 edited

Legend:

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

    r5378 r5381  
    11<?lua
    22  include("levels/hudtemplates3.oxw")
     3  include("overlay/stats.oxo")
    34  include("levels/spaceshiptemplates_presentation.oxw")
    45?>
  • data/media/levels/presentation_level1_felix.oxw

    r5377 r5381  
    11<?lua
    22        include("levels/hudtemplates3.oxw")
    3 ?>
    4 
    5 <?lua
     3        include("overlay/stats.oxo")
    64        include("levels/spaceshiptemplates_presentation.oxw")
    75?>
     
    1311        <Scene
    1412                ambientlight = "0.8, 0.8, 0.8"
    15                 skybox = "Orxonox/Starbox"
     13                skybox = "Orxonox/skypanoramagen1"
    1614        >
    1715
  • 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
  • data/media/levels/princessaeryn.oxw

    r5344 r5381  
    2626    <Scene
    2727        ambientlight = "0.8, 0.8, 0.8"
    28         skybox       = "Orxonox/Starbox"
     28        skybox       = "Orxonox/skypanoramagen1"
    2929    >
    30  
     30      <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" />
     31
    3132        <!-- Quest: -->
    3233        <GlobalQuest id="b80c2c60-e62c-4637-80f8-5aa18dc93b34">
  • data/media/levels/spaceshiptemplates_presentation.oxw

    r5378 r5381  
    3535    </collisionShapes>
    3636    <weaponslots>
    37       <WeaponSlot position="-15,-1.5,0" yaw=0 pitch=0 roll=0 />
    38       <WeaponSlot position="15,-1.5,0" yaw=0 pitch=0 roll=0 />
    39       <WeaponSlot position="0,2.5,5" yaw=0 pitch=0 roll=0 />
     37      <WeaponSlot position="-15,-1.5,-25" yaw=0 pitch=0 roll=0 />
     38      <WeaponSlot position="15,-1.5,-25" yaw=0 pitch=0 roll=0 />
     39      <WeaponSlot position="0,0,-45" yaw=0 pitch=0 roll=0 />
    4040    </weaponslots>
    4141    <weaponsets>
Note: See TracChangeset for help on using the changeset viewer.