Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ppspickups1/data/levels/pickup_ppstest1.oxw @ 6579

Last change on this file since 6579 was 6579, checked in by rgrieder, 14 years ago

svn:eol-style "native" for all text based files.

  • Property svn:eol-style set to native
File size: 887 bytes
Line 
1<?lua
2  include("stats.oxo")
3  include("hudtemplates3.oxo")
4?>
5
6<?lua
7  include("templates/spaceship_assff.oxt")
8  include("templates/spaceship_pirate.oxt")
9  include("templates/pickup_representation_templates_speed.oxt")
10?>
11
12<Level
13 name         = "Sample"
14 description  = "Just a few tests"
15>
16  <Scene
17    ambientlight = "0.8, 0.8, 0.8"
18    skybox       = "Orxonox/Starbox"
19  >
20
21<?lua
22  include("includes/pickups_speed.oxi")
23?>
24
25    <PickupSpawner position="-25,0,-100" triggerDistance="10" respawnTime="10" maxSpawnedItems="99">
26        <pickup>
27            <SpeedPickup template=smallspeedpickup />
28        </pickup>
29    </PickupSpawner>
30
31
32    <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" />
33    <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
34  </Scene>
35</Level>
Note: See TracBrowser for help on using the repository browser.