Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/overlays/stats.oxo @ 5781

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

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1<!-- Statistics Overlay -->
2<Template name=defaultScoreboard>
3    <OverlayGroup name = "Stats" scale = "1, 1" visible=false>
4
5      <!--OverlayText
6       name      = "Title"
7       position  = "0.79, 0.19"
8       pickpoint = "1, 1"       
9       font      = "Monofur"
10       caption   = "Scoreboard"
11       colour    = "0, 0.75, 0.2, 1"
12       textsize  = 0.04
13      /-->
14     
15      <OverlayText
16       name      = "descr1"
17       position  = "0.1, 0.20"
18       pickpoint = "0, 1"
19       font      = "Monofur"
20       caption   = "player name"
21       colour    = "0, 0.75, 0.2, 1"
22       textsize  = 0.04
23      />
24      <OverlayText
25       name      = "descr2"
26       position  = "0.6, 0.20"
27       pickpoint = "0, 1"       
28       font      = "Monofur"
29       caption   = "score"
30       colour    = "0, 0.75, 0.2, 1"
31       textsize  = 0.04
32      />
33      <OverlayText
34       name      = "descr3"
35       position  = "0.8, 0.20"
36       pickpoint = "0, 1"       
37       font      = "Monofur"
38       caption   = "deaths"
39       colour    = "0, 0.75, 0.2, 1"
40       textsize  = 0.04
41      />
42     
43      <!--Stats
44       name     = "Statistics"
45       position = "0.5, 0.7"
46       size = "0.85, 0.4"
47       correctaspect = false
48       pickpoint = "0.5, 0.5"
49      /-->
50
51      <Scoreboard
52       name     = "Scores"
53      />
54
55    </OverlayGroup>
56</Template>
Note: See TracBrowser for help on using the repository browser.