Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 11, 2010, 5:06:23 PM (14 years ago)
Author:
jo
Message:

Hud works. There's at least on bug to repair.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lastmanstanding/data/overlays/lastmanstandinghud.oxo

    r7637 r7640  
    22  <OverlayGroup name="DynamicmatcHUD" scale = "1, 1">
    33   
    4  <GametypeStaticMessage
     4 <!--GametypeStaticMessage
    55   name     = "staticmessage"
    66   position = "0.5, 0.01"
     
    1010   colour   = "1.0, 1.0, 0.5, 1.0"
    1111   align    = "center"
    12   />
     12  /-->
    1313
    1414<GametypeFadingMessage
    1515     name     = "fadingmessage"
    16      position = "0.5, 0.05"
     16     position = "0.5, 0.01"
    1717     font     = "VeraMono"
    1818     textsize = 0.04
    1919     colour   = "1.0, 1.0, 0.5, 1.0"
    2020     align    = "center"
    21     />
    22     <LastManStandingInfos
    23      position  = "0.63, 0.05"
    24      pickpoint = "0.0, 0.0"
    25      font      = "ShareTechMono"
    26      textsize  = 0.04
    27      colour    = "0.8, 0.8, 1.0, 1.0"
    28      align     = "right"
    29 
    30      showlives     = true
    31      showplayers     = false
    3221    />
    3322
     
    4231    />
    4332
     33    <LastManStandingInfos
     34     position  = "0.15, 0.02"
     35     pickpoint = "0.0, 0.0"
     36     font      = "ShareTechMono"
     37     textsize  = 0.04
     38     colour    = "1.0, 1.0, 1.0, 1.0"
     39     align     = "left"
     40
     41     showlives     = true
     42     showplayers     = false
     43    />
     44
    4445    <OverlayText
    4546     position  = "0.02, 0.055"
     
    5051     align     = "left"
    5152     caption   = "Players: "
     53    />
     54
     55    <LastManStandingInfos
     56     position  = "0.15, 0.055"
     57     pickpoint = "0.0, 0.0"
     58     font      = "ShareTechMono"
     59     textsize  = 0.04
     60     colour    = "1.0, 1.0, 1.0, 1.0"
     61     align     = "left"
     62
     63     showlives     = false
     64     showplayers     = true
    5265    />
    5366
Note: See TracChangeset for help on using the changeset viewer.