Last change
on this file since 6543 was
6543,
checked in by rgrieder, 15 years ago
|
svn:eol-style "native" for all text based files.
|
-
Property svn:eol-style set to
native
|
File size:
912 bytes
|
Line | |
---|
1 | <?lua |
---|
2 | include("stats.oxo") |
---|
3 | include("hudtemplates3.oxo") |
---|
4 | |
---|
5 | include("templates/spaceship_assff.oxt") |
---|
6 | include("templates/spaceship_pirate.oxt") |
---|
7 | -- include("templates/pickup_representation_templates_speed.oxt") |
---|
8 | ?> |
---|
9 | |
---|
10 | <Level |
---|
11 | name = "SpeedPickupTest" |
---|
12 | description = "Test for the new Speed Pickup" |
---|
13 | > |
---|
14 | <Scene |
---|
15 | ambientlight = "0.8, 0.8, 0.8" |
---|
16 | skybox = "Orxonox/Starbox" |
---|
17 | > |
---|
18 | |
---|
19 | <?lua |
---|
20 | include("includes/pickups_speed.oxi") |
---|
21 | ?> |
---|
22 | <!-- |
---|
23 | <PickupSpawner position="-100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> |
---|
24 | <pickup> |
---|
25 | <SpeedPickup template="speedboostpickup" /> |
---|
26 | </pickup> |
---|
27 | </PickupSpawner> |
---|
28 | --> |
---|
29 | <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" /> |
---|
30 | <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
31 | </Scene> |
---|
32 | </Level> |
---|
Note: See
TracBrowser
for help on using the repository browser.