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/lastManStandingHUD.oxo

    r9343 r9346  
    11<Template name="LastmanstandingHUD">
    22  <OverlayGroup name="LastmanstandingHUD" 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    <LastManStandingInfos
    144     position  = "0.14, 0.02"
     
    2111     showlives     = true
    2212     showplayers     = false
     13    />
     14    <OverlayText
     15     position  = "0.02, 0.02"
     16     pickpoint = "0.0, 0.0"
     17     font      = "ShareTechMono"
     18     textsize  = 0.04
     19     colour    = "1.0, 1.0, 1.0, 1.0"
     20     align     = "left"
     21     caption   = "Lives:   "
    2322    />
    2423
Note: See TracChangeset for help on using the changeset viewer.