Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5263 was 5263, checked in by rgrieder, 15 years ago

Added Stats instantiation to stats.oxo

  • Property svn:eol-style set to native
File size: 308 bytes
Line 
1<!-- Statistics Overlay -->
2<OverlayGroup name = "Stats" scale = "1, 1">
3
4  <OverlayText
5   name     = "Title"
6   position = "0.2, 0.1"
7   font     = "Monofur"
8   caption  = "A statistical overlay"
9   textSize = 0.07
10  />
11 
12  <Stats
13   name     = "Statistics"
14   position = "0.2, 0.2"
15  />
16
17</OverlayGroup>
Note: See TracBrowser for help on using the repository browser.