1 | <LevelInfo |
---|
2 | name = "Super Orxo Bros." |
---|
3 | description = "Retro Mario game.\nNothing more to say." |
---|
4 | tags = "minigame" |
---|
5 | screenshot = "orxonoxArcade.png" |
---|
6 | /> |
---|
7 | <?lua |
---|
8 | include("stats.oxo") |
---|
9 | include("templates/lodInformation.oxt") |
---|
10 | ?> |
---|
11 | |
---|
12 | <?lua |
---|
13 | include("templates/spaceshipAssff2.oxt") |
---|
14 | include("templates/spaceshipPirate.oxt") |
---|
15 | include("templates/spaceshipInvader.oxt") |
---|
16 | include("templates/enemyInvader.oxt") |
---|
17 | include("overlays/InvaderHUD.oxo") |
---|
18 | ?> |
---|
19 | |
---|
20 | <Level |
---|
21 | plugins = superorxobros |
---|
22 | gametype = Deathmatch |
---|
23 | > |
---|
24 | <templates> |
---|
25 | <Template link=lodtemplate_default /> |
---|
26 | </templates> |
---|
27 | <?lua include("includes/notifications.oxi") ?> |
---|
28 | |
---|
29 | <!-- ambientlight = "0.8, 0.8, 0.8" |
---|
30 | skybox = "Orxonox/Starbox" --> |
---|
31 | <Scene |
---|
32 | ambientlight = "0.8, 0.7, 0.4" |
---|
33 | skybox = "Orxonox/skyBoxBasic" |
---|
34 | > |
---|
35 | |
---|
36 | <WorldAmbientSound |
---|
37 | source="Earth.ogg" |
---|
38 | looping="true" |
---|
39 | playOnLoad="true" |
---|
40 | /> |
---|
41 | |
---|
42 | <!-- <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"/> --> |
---|
43 | <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> |
---|
44 | <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=Orxo pawndesign=spaceshippirate /> |
---|
45 | |
---|
46 | <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=10 stayActive="true" delay=0 /> |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | |
---|
51 | |
---|
52 | |
---|
53 | </Scene> |
---|
54 | </Level> |
---|
55 | |
---|