[Orxonox-commit 4825] r9494 - in code/branches/presentationHS12/data/levels: . templates
jokicp at orxonox.net
jokicp at orxonox.net
Mon Dec 10 14:13:41 CET 2012
Author: jokicp
Date: 2012-12-10 14:13:41 +0100 (Mon, 10 Dec 2012)
New Revision: 9494
Added:
code/branches/presentationHS12/data/levels/bigshipPresentation.oxw
Modified:
code/branches/presentationHS12/data/levels/templates/bigship.oxt
Log:
Presentation Level bigship hinzugefuegt
Added: code/branches/presentationHS12/data/levels/bigshipPresentation.oxw
===================================================================
--- code/branches/presentationHS12/data/levels/bigshipPresentation.oxw (rev 0)
+++ code/branches/presentationHS12/data/levels/bigshipPresentation.oxw 2012-12-10 13:13:41 UTC (rev 9494)
@@ -0,0 +1,34 @@
+<LevelInfo
+ name = "bigship Presentation"
+ description = "A level with absolutely nothing in it."
+ tags = "test"
+ screenshot = "emptylevel.png"
+/>
+
+<?lua
+ include("stats.oxo")
+ include("HUDTemplates3.oxo")
+ include("templates/lodInformation.oxt")
+?>
+
+<?lua
+ include("templates/bigship.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=bigship />
+
+ </Scene>
+</Level>
+
Modified: code/branches/presentationHS12/data/levels/templates/bigship.oxt
===================================================================
--- code/branches/presentationHS12/data/levels/templates/bigship.oxt 2012-12-10 13:05:12 UTC (rev 9493)
+++ code/branches/presentationHS12/data/levels/templates/bigship.oxt 2012-12-10 13:13:41 UTC (rev 9494)
@@ -93,7 +93,7 @@
<camerapositions>
<CameraPosition position="0,30, 50" drag=true mouselook=true />
<CameraPosition position="0,40, 80" drag=true mouselook=true />
- <CameraPosition position="0,50,120" drag=true mouselook=true />
+ <CameraPosition position="0,100,80" drag=true mouselook=true />
</camerapositions>
</SpaceShip>
</Template>
More information about the Orxonox-commit
mailing list