[Orxonox-commit 6869] r11490 - code/branches/Asteroid_HS17/data/levels
vyang at orxonox.net
vyang at orxonox.net
Mon Oct 16 16:01:29 CEST 2017
Author: vyang
Date: 2017-10-16 16:01:29 +0200 (Mon, 16 Oct 2017)
New Revision: 11490
Added:
code/branches/Asteroid_HS17/data/levels/Asteroid.oxw
Log:
Level Asteroid erstellt
Added: code/branches/Asteroid_HS17/data/levels/Asteroid.oxw
===================================================================
--- code/branches/Asteroid_HS17/data/levels/Asteroid.oxw (rev 0)
+++ code/branches/Asteroid_HS17/data/levels/Asteroid.oxw 2017-10-16 14:01:29 UTC (rev 11490)
@@ -0,0 +1,42 @@
+ <LevelInfo
+ name = "emptyLevel"
+ description = "A level with absolutely nothing in it."
+ tags = "test"
+ screenshot = "emptylevel.png"
+/>
+
+<?lua
+ include("stats.oxo")
+ include("HUDTemplates3.oxo")
+ include("templates/lodInformation.oxt")
+ include("templates/HeavyCruiser.oxt")
+?>
+
+<?lua
+ include("templates/spaceshipEscort.oxt")
+ include("templates/endurancetest_template.oxt")
+?>
+
+<Level>
+ <templates>
+ <Template link=lodtemplate_default />
+ </templates>
+ <?lua include("includes/notifications.oxi") ?>
+
+ <Scene
+ ambientlight = "0.8, 0.8, 0.8"
+ skybox = "Orxonox/Starbox"
+ >
+
+ <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"/>
+ <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
+
+ <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000">
+ <templates>
+ <Template link=endurance />
+ </templates>
+ </ModularSpaceShip>
+
+ </Scene>
+</Level>
+
More information about the Orxonox-commit
mailing list