[Orxonox-commit 92] r2036 - media/overlay
landauf at orxonox.net
landauf at orxonox.net
Mon Mar 16 02:02:28 CET 2009
Author: landauf
Date: 2009-03-16 01:02:28 +0000 (Mon, 16 Mar 2009)
New Revision: 2036
Modified:
media/overlay/debug.oxo
Log:
temporary hack to load the default overlay
Modified: media/overlay/debug.oxo
===================================================================
--- media/overlay/debug.oxo 2009-03-13 14:50:21 UTC (rev 2035)
+++ media/overlay/debug.oxo 2009-03-16 01:02:28 UTC (rev 2036)
@@ -41,3 +41,33 @@
/>
</OverlayGroup>
+
+<Template name="defaultHUD">
+ <OverlayGroup name = "chatoverlay" scale = "1, 1">
+ <ChatOverlay
+ name = "chat"
+ position = "0.03, 0.5"
+ font = "VeraMono"
+ caption = ""
+ textsize = 0.025
+ />
+
+ <GametypeStatus
+ name = "state"
+ position = "0.5, 0.85"
+ font = "VeraMono"
+ textsize = 0.05
+ 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>
More information about the Orxonox-commit
mailing list