Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/presentation_dm.oxw @ 5380

Last change on this file since 5380 was 5378, checked in by landauf, 15 years ago

added weapons to spaceshiptemplates and created a new deathmatch levelfile

  • Property svn:eol-style set to native
File size: 747 bytes
Line 
1<?lua
2  include("levels/hudtemplates3.oxw")
3  include("levels/spaceshiptemplates_presentation.oxw")
4?>
5
6<Level
7 name         = "Presentation"
8 description  = "A simple testlevel"
9>
10  <Scene
11   ambientlight = "0.5, 0.5, 0.5"
12   skybox       = "Orxonox/skypanoramagen1"
13  >
14    <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" />
15
16<?lua
17for i = 1, 10, 1
18do ?>
19    <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
20<?lua
21end
22?>
23    <Model position="0,0,0" mesh="ast1.mesh" />
24  </Scene>
25</Level>
Note: See TracBrowser for help on using the repository browser.