Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5325 was 5325, checked in by landauf, 15 years ago

added healthbar

  • Property svn:eol-style set to native
File size: 753 bytes
Line 
1<!-- DEBUG OVERLAY -->
2<OverlayGroup
3 name    = "Debug"
4 scale   = "1.0, 1.0"
5 scroll  = "0, 0"
6 visible = false
7>
8
9  <OverlayText
10   name     = "FPSTextCaption"
11   position = "0.03, 0.05"
12   font     = "Monofur"
13   caption  = "Frames per second:"
14   textsize = 0.03
15   textSize = 0.03
16  />
17
18  <DebugFPSText
19   name     = "FPSText"
20   position = "0.3, 0.05"
21   font     = "Monofur"
22   textsize = 0.03
23   textSize = 0.03
24  />
25
26  <OverlayText
27   name     = "RTRTextCaption"
28   position = "0.03, 0.09"
29   font     = "Monofur"
30   caption  = "Tick time in ms: "
31   textsize = 0.03
32   textSize = 0.03
33  />
34
35  <DebugRTRText
36   name     = "RTRText"
37   position = "0.3, 0.09"
38   font     = "Monofur"
39   textsize = 0.03
40   textSize = 0.03
41  />
42 
43</OverlayGroup>
Note: See TracBrowser for help on using the repository browser.