Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5523 was 5499, checked in by FelixSchulthess, 16 years ago

new ship

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