Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 30, 2012, 5:11:07 PM (12 years ago)
Author:
jo
Message:

Bugfix: Previously the LastManStandingHUD wasn't displayed properly when loaded the first time. The first OverlayText 'Players' didn't appear the first time a level was loaded. This could be 'fixed' by changing the order in the concerning overlay templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012merge/data/overlays/lastTeamStandingHUD.oxo

    r9300 r9346  
    11<Template name="lastTeamStandingHUD">
    22  <OverlayGroup name="lastTeamStandingHUD" scale = "1, 1">
    3     <OverlayText
    4      position  = "0.02, 0.02"
    5      pickpoint = "0.0, 0.0"
    6      font      = "ShareTechMono"
    7      textsize  = 0.04
    8      colour    = "1.0, 1.0, 1.0, 1.0"
    9      align     = "left"
    10      caption   = "Lives:   "
    11     />
    12 
    133    <LastTeamStandingInfos
    144     position  = "0.14, 0.02"
     
    2111     showlives     = true
    2212     showteams     = false
     13    />
     14
     15    <OverlayText
     16     position  = "0.02, 0.02"
     17     pickpoint = "0.0, 0.0"
     18     font      = "ShareTechMono"
     19     textsize  = 0.04
     20     colour    = "1.0, 1.0, 1.0, 1.0"
     21     align     = "left"
     22     caption   = "Lives:   "
    2323    />
    2424
Note: See TracChangeset for help on using the changeset viewer.