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
RevLine 
[5243]1<!-- Statistics Overlay -->
2<OverlayGroup name = "Stats" scale = "1, 1">
3
4  <OverlayText
5   name     = "Title"
[5340]6   position = "0.74, 0.145"
[5265]7   pickPoint = "1, 1"   
[5243]8   font     = "Monofur"
[5265]9   caption  = "Scoreboard"
[5340]10   colour = "0, 0.75, 0.2, 1"
11   textSize = 0.04
[5243]12  />
[5263]13 
14  <Stats
15   name     = "Statistics"
[5265]16   position = "0.5, 0.5"
17   size = "0.7, 0.7"
18   correctAspect = false
19   pickPoint = "0.5, 0.5"
[5263]20  />
[5243]21
[5340]22  <Scoreboard
23   name     = "Scores"
24   position = "0.2, 0.2"
25   size = "0.6, 0.6"
26   pickPoint = "0, 0"
27  />
28
[5243]29</OverlayGroup>
Note: See TracBrowser for help on using the repository browser.