[7648] | 1 | <LevelInfo |
---|
[11357] | 2 | name = "emptyLevel" |
---|
[7648] | 3 | description = "A level with absolutely nothing in it." |
---|
| 4 | tags = "test" |
---|
[9016] | 5 | screenshot = "emptylevel.png" |
---|
[7648] | 6 | /> |
---|
| 7 | |
---|
[5433] | 8 | <?lua |
---|
[5654] | 9 | include("stats.oxo") |
---|
[7679] | 10 | include("HUDTemplates3.oxo") |
---|
| 11 | include("templates/lodInformation.oxt") |
---|
[11357] | 12 | include("templates/HeavyCruiser.oxt") |
---|
[5433] | 13 | ?> |
---|
| 14 | |
---|
| 15 | <?lua |
---|
[9415] | 16 | include("templates/spaceshipEscort.oxt") |
---|
[11357] | 17 | include("templates/endurancetest_template.oxt") |
---|
[11523] | 18 | include("templates/endurancetest_template.oxt") |
---|
| 19 | include("templates/spaceshipPirate.oxt") |
---|
| 20 | include("templates/spaceshipAssff.oxt") |
---|
| 21 | |
---|
| 22 | |
---|
[5433] | 23 | ?> |
---|
| 24 | |
---|
[9016] | 25 | <Level> |
---|
[7163] | 26 | <templates> |
---|
| 27 | <Template link=lodtemplate_default /> |
---|
| 28 | </templates> |
---|
[8706] | 29 | <?lua include("includes/notifications.oxi") ?> |
---|
[7163] | 30 | |
---|
[11523] | 31 | <NotificationQueueCEGUI |
---|
| 32 | name="narrative" |
---|
| 33 | targets="simpleNotification" |
---|
| 34 | size=3 |
---|
| 35 | displayTime=3.9 |
---|
| 36 | position="0.2, 0, 0.1, 0" |
---|
| 37 | fontSize="23" |
---|
| 38 | fontColor="0.3, 1, 0.2, 0.8" |
---|
| 39 | alignment="HorzCentred" |
---|
| 40 | displaySize="0.6, 0, 0, 0" |
---|
| 41 | /> |
---|
| 42 | |
---|
[11539] | 43 | <Scene |
---|
| 44 | ambientlight = "0.5, 0.5, 0.5" |
---|
| 45 | skybox = "Orxonox/Starbox" |
---|
[5433] | 46 | > |
---|
[7163] | 47 | |
---|
[11357] | 48 | |
---|
[11539] | 49 | <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" /> |
---|
[11523] | 50 | |
---|
| 51 | |
---|
[11539] | 52 | |
---|
[11582] | 53 | <SpawnPoint position="50,0,0" direction="1,1,1" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
[11523] | 54 | |
---|
| 55 | |
---|
[11539] | 56 | |
---|
| 57 | |
---|
[11582] | 58 | <Arrow direction = "1,0,0"> |
---|
[11539] | 59 | <attached> |
---|
| 60 | <Model scale="10" mesh="arrow.mesh"/> |
---|
| 61 | </attached> |
---|
| 62 | </Arrow> |
---|
| 63 | |
---|
[11559] | 64 | <ArrowController> |
---|
| 65 | </ArrowController> |
---|
[11539] | 66 | |
---|
[5433] | 67 | </Scene> |
---|
| 68 | </Level> |
---|
[7163] | 69 | |
---|