Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/overlay/stats.oxo @ 5265

Last change on this file since 5265 was 5265, checked in by bhildebr, 15 years ago

Stats XML-file added

  • Property svn:eol-style set to native
File size: 394 bytes
Line 
1<!-- Statistics Overlay -->
2<OverlayGroup name = "Stats" scale = "1, 1">
3
4  <OverlayText
5   name     = "Title"
6   position = "0.74, 0.14"
7   pickPoint = "1, 1"   
8   font     = "Monofur"
9   caption  = "Scoreboard"
10   textSize = 0.03
11  />
12 
13  <Stats
14   name     = "Statistics"
15   position = "0.5, 0.5"
16   size = "0.7, 0.7"
17   correctAspect = false
18   pickPoint = "0.5, 0.5"
19  />
20
21</OverlayGroup>
Note: See TracBrowser for help on using the repository browser.