Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 3:29:29 PM (5 years ago)
Author:
ahuwyler
Message:

fuer de jerome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo

    r12268 r12359  
    22  <OverlayGroup name="OrxoBloxHUD" scale = "1, 1">
    33    <OrxoBloxScore
    4      position  = "0.05, 0.05"
     4     position  = "0.9, 0.2"
    55     pickpoint = "0.0, 0.0"
    66     font      = "ShareTechMono"
    7      textsize  = 0.06
     7     textsize  = 0.05
     8     colour    = "1.0, 1.0, 1.0, 1.0"
     9     align     = "left"
     10    />
     11
     12    <OverlayText
     13     position  = "0.7, 0.20"
     14     pickpoint = "0.0, 0.0"
     15     font      = "ShareTechMono"
     16     textsize  = 0.05
    817     colour    = "1.0, 1.0, 1.0, 1.0"
    918     align     = "left"
    1019
    11      showleftplayer  = true
    12      showrightplayer = false
    13      showname        = true
    14      showscore       = false
     20     caption   = "Points: "
    1521    />
    1622
    17     <OrxoBloxScore
    18      position  = "0.49, 0.05"
    19      pickpoint = "0.0, 0.0"
    20      font      = "ShareTechMono"
    21      textsize  = 0.06
    22      colour    = "1.0, 1.0, 1.0, 1.0"
    23      align     = "right"
    24 
    25      showleftplayer  = true
    26      showrightplayer = false
    27      showname        = false
    28      showscore       = true
    29     />
    30 
    31     <OverlayText
    32      position  = "0.505, 0.05"
    33      pickpoint = "0.0, 0.0"
    34      font      = "ShareTechMono"
    35      textsize  = 0.06
    36      colour    = "1.0, 1.0, 1.0, 1.0"
    37      align     = "center"
    38 
    39      caption   = ":"
    40     />
    41 
    42     <OrxoBloxScore
    43      position  = "0.51, 0.05"
    44      pickpoint = "0.0, 0.0"
    45      font      = "ShareTechMono"
    46      textsize  = 0.06
    47      colour    = "1.0, 1.0, 1.0, 1.0"
    48      align     = "left"
    49 
    50      showleftplayer  = false
    51      showrightplayer = true
    52      showname        = false
    53      showscore       = true
    54     />
    55 
    56     <OrxoBloxScore
    57      position  = "0.95, 0.05"
    58      pickpoint = "0.0, 0.0"
    59      font      = "ShareTechMono"
    60      textsize  = 0.06
    61      colour    = "1.0, 1.0, 1.0, 1.0"
    62      align     = "right"
    63 
    64      showleftplayer  = false
    65      showrightplayer = true
    66      showname        = true
    67      showscore       = false
    68     />
    6923  </OverlayGroup>
    7024</Template>
Note: See TracChangeset for help on using the changeset viewer.