Last change
on this file since 5295 was
5260,
checked in by rgrieder, 16 years ago
|
Added debug overlay XML file
|
-
Property svn:eol-style set to
native
|
File size:
675 bytes
|
Line | |
---|
1 | <!-- DEBUG OVERLAY --> |
---|
2 | <OverlayGroup |
---|
3 | name = "Debug" |
---|
4 | scale = "1.0, 1.0" |
---|
5 | scroll = "0, 0" |
---|
6 | visible = true> |
---|
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 | /> |
---|
15 | |
---|
16 | <DebugFPSText |
---|
17 | name = "FPSText" |
---|
18 | position = "0.3, 0.05" |
---|
19 | font = "Monofur" |
---|
20 | textSize = 0.03 |
---|
21 | /> |
---|
22 | |
---|
23 | <OverlayText |
---|
24 | name = "RTRTextCaption" |
---|
25 | position = "0.03, 0.09" |
---|
26 | font = "Monofur" |
---|
27 | caption = "Tick time in ms: " |
---|
28 | textSize = 0.03 |
---|
29 | /> |
---|
30 | |
---|
31 | <DebugRTRText |
---|
32 | name = "RTRText" |
---|
33 | position = "0.3, 0.09" |
---|
34 | font = "Monofur" |
---|
35 | textSize = 0.03 |
---|
36 | /> |
---|
37 | |
---|
38 | </OverlayGroup> |
---|
Note: See
TracBrowser
for help on using the repository browser.