Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/overlay/debug.oxo @ 5508

Last change on this file since 5508 was 5508, checked in by Naaduun, 15 years ago

=Added Map texture and material

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1<!-- DEBUG OVERLAY -->
2<OverlayGroup
3 name    = "Debug"
4 scale   = "1.0, 1.0"
5 scroll  = "0, 0"
6 visible = false
7>
8  <OverlayText
9   name     = "FPSTextCaption"
10   position = "0.03, 0.05"
11   font     = "Monofur"
12   caption  = "Frames per second:"
13   textsize = 0.03
14   textSize = 0.03
15  />
16
17  <DebugFPSText
18   name     = "FPSText"
19   position = "0.3, 0.05"
20   font     = "Monofur"
21   textsize = 0.03
22   textSize = 0.03
23  />
24
25  <OverlayText
26   name     = "RTRTextCaption"
27   position = "0.03, 0.09"
28   font     = "Monofur"
29   caption  = "Tick time in ms: "
30   textsize = 0.03
31   textSize = 0.03
32  />
33
34  <DebugRTRText
35   name     = "RTRText"
36   position = "0.3, 0.09"
37   font     = "Monofur"
38   textsize = 0.03
39   textSize = 0.03
40  />
41 
42</OverlayGroup>
43
44<Template name="defaultHUD">
45  <OverlayGroup name = "defaultHUD" scale = "1, 1">
46    <ChatOverlay
47     name     = "chat"
48     position = "0.03, 0.5"
49     font     = "VeraMono"
50     caption  = ""
51     textsize = 0.025
52    />
53
54    <GametypeStatus
55     name     = "state"
56     position = "0.5, 0.85"
57     font     = "VeraMono"
58     textsize = 0.05
59     colour   = "1.0, 1.0, 0.0, 0.8"
60     align    = "center"
61    />
62
63    <NotificationQueue
64     name     = "notification"
65     position = "0.55, 0.05"
66     font     = "VeraMono"
67     textsize = 0.020
68     length   = 3
69     width    = 50
70    />
71  </OverlayGroup>
72</Template>
Note: See TracBrowser for help on using the repository browser.