[Orxonox-commit 5427] r10090 - code/branches/minigame4DHS14/data/levels
richtero at orxonox.net
richtero at orxonox.net
Wed Oct 15 14:13:41 CEST 2014
Author: richtero
Date: 2014-10-15 14:13:41 +0200 (Wed, 15 Oct 2014)
New Revision: 10090
Modified:
code/branches/minigame4DHS14/data/levels/4Dtest.oxw
Log:
initial 15.10.
Modified: code/branches/minigame4DHS14/data/levels/4Dtest.oxw
===================================================================
--- code/branches/minigame4DHS14/data/levels/4Dtest.oxw 2014-10-15 12:09:49 UTC (rev 10089)
+++ code/branches/minigame4DHS14/data/levels/4Dtest.oxw 2014-10-15 12:13:41 UTC (rev 10090)
@@ -9,14 +9,14 @@
include("stats.oxo")
include("HUDTemplates3.oxo")
include("templates/lodInformation.oxt")
-?>
-<WorldAmbientSound source="Asteroid_rocks.ogg" looping="true" playOnLoad="true" />
-
-<?lua
include("templates/spaceshipAssff.oxt")
include("templates/spaceshipPirate.oxt")
+ include("templates/spaceshipSpacecruiser.oxt")
+ include("templates/spaceshipTransporter.oxt")
?>
+<WorldAmbientSound source="Asteroid_rocks.ogg" looping="true" playOnLoad="true" />
+
<Level
name = "Sample"
description = "Just a few tests"
@@ -35,7 +35,22 @@
<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=spaceshipassff />
- <!-- Planet in the middle -->
+ <!-- Blinking Slot Selector -->
+ <BlinkingBillboard position="0,0,0" frequency=0.6 amplitude=0.4 material="Flares/lensflare" colour="1,1,0.05">
+ <events>
+ <visibility>
+ <EventTrigger invert=true>
+ <events>
+ <trigger>
+ <EventListener event=flying4 />
+ </trigger>
+ </events>
+ </EventTrigger>
+ </visibility>
+ </events>
+ </BlinkingBillboard>
+
+ <!-- Planet in the middle
<Planet
position="0,0,0"
scale="50"
@@ -52,6 +67,7 @@
imagesize="1024.0f"
>
</Planet>
+ -->
More information about the Orxonox-commit
mailing list