Last change
on this file since 6874 was
6724,
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:
673 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 | ?> |
---|
10 | |
---|
11 | <Level |
---|
12 | name = "Sample" |
---|
13 | description = "Just a few tests" |
---|
14 | > |
---|
15 | <Scene |
---|
16 | ambientlight = "0.8, 0.8, 0.8" |
---|
17 | skybox = "Orxonox/Starbox" |
---|
18 | > |
---|
19 | <Model position="0,10,0" scale=3 mesh="ast3.mesh"/> |
---|
20 | <Model position="0,-10,0" scale=3 mesh="ast3.mesh"/> |
---|
21 | <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" /> |
---|
22 | <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
23 | </Scene> |
---|
24 | </Level> |
---|
Note: See
TracBrowser
for help on using the repository browser.