Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Updated XML file

  • Property svn:eol-style set to native
File size: 536 bytes
Line 
1<!-- Statistics Overlay -->
2<OverlayGroup name = "Stats" scale = "1, 1">
3
4  <OverlayText
5   name     = "Title"
6   position = "0.74, 0.145"
7   pickPoint = "1, 1"   
8   font     = "Monofur"
9   caption  = "Scoreboard"
10   colour = "0, 0.75, 0.2, 1"
11   textSize = 0.04
12  />
13 
14  <Stats
15   name     = "Statistics"
16   position = "0.5, 0.5"
17   size = "0.7, 0.7"
18   correctAspect = false
19   pickPoint = "0.5, 0.5"
20  />
21
22  <Scoreboard
23   name     = "Scores"
24   position = "0.2, 0.2"
25   size = "0.6, 0.6"
26   pickPoint = "0, 0"
27  />
28
29</OverlayGroup>
Note: See TracBrowser for help on using the repository browser.