Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw @ 11481

Last change on this file since 11481 was 11481, checked in by pascscha, 7 years ago

Empty Game

File size: 578 bytes
Line 
1<LevelInfo
2 name = "Flappy Orx"
3 description = "TODO"
4 tags = "minigame"
5 screenshot = "orxonoxArcade.png"
6/>
7
8<?lua
9  include("overlays/FlappyHUD.oxo")
10?>
11
12<Level
13>
14        <Scene
15            ambientlight = "0.8, 0.7, 0.4"
16            skybox     = "Orxonox/skyBoxBasic"
17          >
18
19          <WorldAmbientSound
20            source="Earth.ogg"
21            looping="true"
22            playOnLoad="true"
23          />
24
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"/>
27
28           
29          </Scene>
30</Level>
Note: See TracBrowser for help on using the repository browser.