[Orxonox-commit 86] r2035 - media/levels

dafrick at orxonox.net dafrick at orxonox.net
Fri Mar 13 15:50:21 CET 2009


Author: dafrick
Date: 2009-03-13 14:50:21 +0000 (Fri, 13 Mar 2009)
New Revision: 2035

Modified:
   media/levels/hudtemplates3.oxw
   media/levels/princessaeryn.oxw
   media/levels/questsystem.oxw
Log:
Adjusted some levelfiles to the new Notifications.

Modified: media/levels/hudtemplates3.oxw
===================================================================
--- media/levels/hudtemplates3.oxw	2009-03-13 10:54:06 UTC (rev 2034)
+++ media/levels/hudtemplates3.oxw	2009-03-13 14:50:21 UTC (rev 2035)
@@ -16,15 +16,6 @@
      colour   = "1.0, 1.0, 0.0, 0.8"
      align    = "center"
     />
-
-    <NotificationQueue
-     name     = "notification"
-     position = "0.55, 0.05"
-     font     = "VeraMono"
-     textsize = 0.020
-     length   = 3
-     width    = 50
-    />
   </OverlayGroup>
 </Template>
 

Modified: media/levels/princessaeryn.oxw
===================================================================
--- media/levels/princessaeryn.oxw	2009-03-13 10:54:06 UTC (rev 2034)
+++ media/levels/princessaeryn.oxw	2009-03-13 14:50:21 UTC (rev 2035)
@@ -8,6 +8,12 @@
 	dofile("../../media/levels/CuboidSpaceStation.lua")
 ?>
 
+<NotificationQueue
+	name  = "notification"
+	position = "1.0, 1.0"
+	targets = "questsystem"
+/>
+
 <Level
  name         = "The Tale of Princess Aeryn"
  description  = "The Tale of Princess Aeryn"

Modified: media/levels/questsystem.oxw
===================================================================
--- media/levels/questsystem.oxw	2009-03-13 10:54:06 UTC (rev 2034)
+++ media/levels/questsystem.oxw	2009-03-13 14:50:21 UTC (rev 2035)
@@ -1,19 +1,14 @@
 <?lua
-  include("levels/hudtemplates.oxw")
+  include("levels/hudtemplates3.oxw")
+  include("overlay/stats.oxo")
+  include("levels/spaceshiptemplates_presentation.oxw")
 ?>
 
-<?lua
-  include("levels/spaceshiptemplates.oxw")
-?>
-
 <NotificationQueue
-  name  = "notification"
-  position = "0.03, 0.5"
-  font = "VeraMono"
-  textSize = 0.020
-  length = 3
-  width = 50
-  />
+	name  = "notification"
+	position = "1.0, 1.0"
+	targets = "all"
+/>
 
 <Level
  name         = "Questsystem"
@@ -33,19 +28,19 @@
             </hints>
         </GlobalQuest>
         
-        <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
-            <events>
-                <spawn>
-                    <EventTrigger delay=1>
-                        <events>
-                            <trigger>
-                                <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
-                            </trigger>
-                        </events>
-                    </EventTrigger>
-                </spawn>
-            </events>
-        </ParticleSpawner>
+				<ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
+				  <events>
+				    <spawn>
+				      <EventTrigger delay=1>
+				        <events>
+				          <trigger>
+				            <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
+				          </trigger>
+				        </events>
+				      </EventTrigger>
+				    </spawn>
+				  </events>
+				</ParticleSpawner>
 
         <QuestEffectBeacon position="0,0,100" times=-1>
             <effects>




More information about the Orxonox-commit mailing list