Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/empty_level.oxw @ 5501

Last change on this file since 5501 was 5499, checked in by FelixSchulthess, 15 years ago

new ship

File size: 550 bytes
Line 
1<?lua
2  include("levels/hudtemplates.oxw")
3?>
4
5<?lua
6  include("levels/spaceshiptemplates.oxw")
7  include("levels/spaceshiptemplates_pirate.oxw")
8?>
9
10<Level
11 name         = "Sample"
12 description  = "Just a few tests"
13>
14  <Scene
15    ambientlight = "0.8, 0.8, 0.8"
16    skybox       = "Orxonox/Starbox"
17  >
18    <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" />
19    <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshippirate />
20  </Scene>
21</Level>
Note: See TracBrowser for help on using the repository browser.