Last change
on this file since 7426 was
6866,
checked in by freicy, 15 years ago
|
commit by cyrill
|
-
Property svn:eol-style set to
native
|
File size:
733 bytes
|
Rev | Line | |
---|
[5433] | 1 | <?lua |
---|
[5654] | 2 | include("stats.oxo") |
---|
| 3 | include("hudtemplates3.oxo") |
---|
[5433] | 4 | ?> |
---|
| 5 | |
---|
| 6 | <?lua |
---|
[5654] | 7 | include("templates/spaceship_assff.oxt") |
---|
| 8 | include("templates/spaceship_pirate.oxt") |
---|
[5433] | 9 | ?> |
---|
| 10 | |
---|
| 11 | <Level |
---|
| 12 | name = "Sample" |
---|
| 13 | description = "Just a few tests" |
---|
| 14 | > |
---|
| 15 | <Scene |
---|
[5499] | 16 | ambientlight = "0.8, 0.8, 0.8" |
---|
[5433] | 17 | skybox = "Orxonox/Starbox" |
---|
| 18 | > |
---|
[6866] | 19 | |
---|
| 20 | <MovableEntity position="0,0,0" rotationrate="10" > |
---|
| 21 | <attached> |
---|
| 22 | <Model scale="100" mesh="ast2.mesh" shadow=false /> |
---|
| 23 | </attached> |
---|
| 24 | </MovableEntity> |
---|
| 25 | |
---|
[5499] | 26 | <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" /> |
---|
[6866] | 27 | <SpawnPoint position="0,0,20" spawnclass=FpsPlayer pawndesign=spaceshipassff /> |
---|
[5433] | 28 | </Scene> |
---|
| 29 | </Level> |
---|
Note: See
TracBrowser
for help on using the repository browser.