Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9346


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.

Location:
code/branches/presentation2012merge/data
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012merge/data/levels/towerDefense.oxw

    r9272 r9346  
    66 name = "Tower Defense"
    77 description = "Defend your Spacestation from incoming waves."
    8  tags = "gametype"
     8 tags = "minigame"
    99 screenshot = "emptylevel.png"
    1010/>
  • 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
  • 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.