Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added healthbar

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