Last change
on this file since 5491 was
5433,
checked in by FelixSchulthess, 16 years ago
|
i hope nobody needs this anymore…
|
File size:
567 bytes
|
Line | |
---|
1 | <?lua |
---|
2 | include("levels/hudtemplates.oxw") |
---|
3 | ?> |
---|
4 | |
---|
5 | <?lua |
---|
6 | include("levels/spaceshiptemplates.oxw") |
---|
7 | ?> |
---|
8 | |
---|
9 | <Level |
---|
10 | name = "Sample" |
---|
11 | description = "Just a few tests" |
---|
12 | > |
---|
13 | <Scene |
---|
14 | ambientlight = "0.5, 0.5, 0.5" |
---|
15 | skybox = "Orxonox/Starbox" |
---|
16 | > |
---|
17 | <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
18 | <Model position="0,0,-9000" scale=1000 mesh="planet.mesh" rotationaxis="0,0,1" rotationrate="0.1"/> |
---|
19 | <Model position="0,0, 9000" scale=1000 mesh="planet.mesh" rotationaxis="0,0,1" rotationrate="0.1"/> |
---|
20 | </Scene> |
---|
21 | </Level> |
---|
Note: See
TracBrowser
for help on using the repository browser.