Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2017, 3:19:08 PM (7 years ago)
Author:
pascscha
Message:

MoveUpDown

Location:
code/branches/FlappyOrx_HS17/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw

    r11481 r11503  
    77
    88<?lua
    9   include("overlays/FlappyHUD.oxo")
     9  include("stats.oxo")
     10  include("templates/lodInformation.oxt")
     11?>
     12
     13<?lua
     14  include("templates/spaceshipAssff2.oxt")
     15  include("templates/spaceshipPirate.oxt")
     16  include("templates/spaceshipFlappyOrx.oxt")
     17  include("templates/enemyFlappyOrx.oxt")
     18  include("overlays/FlappyOrxHUD.oxo")
    1019?>
    1120
    1221<Level
     22  plugins = flappyorx
     23  gametype = FlappyOrx
    1324>
    14         <Scene
    15             ambientlight = "0.8, 0.7, 0.4"
    16             skybox     = "Orxonox/skyBoxBasic"
    17           >
     25  <templates>
     26    <Template link=lodtemplate_default />
     27  </templates>
     28  <?lua include("includes/notifications.oxi") ?>
    1829
    19           <WorldAmbientSound
    20             source="Earth.ogg"
    21             looping="true"
    22             playOnLoad="true"
    23           />
     30    <!-- ambientlight = "0.8, 0.8, 0.8"
     31    skybox       = "Orxonox/Starbox" -->
     32  <Scene
     33    ambientlight = "0.8, 0.7, 0.4"
     34    skybox     = "Orxonox/skyBoxBasic"
     35  >
    2436
    25             <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    26             <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0"/>
     37  <WorldAmbientSound
     38    source="Earth.ogg"
     39    looping="true"
     40    playOnLoad="true"
     41  />
    2742
    28            
    29           </Scene>
     43    <!-- <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"/> -->
     44    <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
     45    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=FlappyOrxShip pawndesign=spaceshipFlappyOrx />
     46
     47   
     48    <FlappyOrxCenterPoint name=flappyorxcenter />
     49   
     50
     51   
     52  </Scene>
    3053</Level>
     54
  • code/branches/FlappyOrx_HS17/data/levels/Invaders.oxw

    r10624 r11503  
    55 screenshot = "orxonoxArcade.png"
    66/>
     7
    78<?lua
    89  include("stats.oxo")
Note: See TracChangeset for help on using the changeset viewer.