Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 3:37:28 PM (8 years ago)
Author:
tgidron
Message:

Pickups work; Lives Counter and Total Flag Counter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/data/overlays/HoverHUD.oxo

    r11169 r11171  
    5757
    5858    <OverlayText
    59      position  = "0.02, 0.02"
     59     position  = "0.02, 0.08"
    6060     pickpoint = "0.0, 0.0"
    6161     font      = "ShareTechMono"
     
    6666    />
    6767
    68     <TotalFlagsHUD
     68    <OverlayText
     69     position  = "0.02, 0.12"
     70     pickpoint = "0.0, 0.0"
     71     font      = "ShareTechMono"
     72     textsize  = 0.04
     73     colour    = "1.0, 1.0, 1.0, 1.0"
     74     align     = "left"
     75     caption   = "Lives: "
     76    />
     77
     78    <FlagsAndLivesHUD
    6979     position  = "0.14, 0.02"
    7080     pickpoint = "0.0, 0.0"
     
    7383     colour    = "1.0, 1.0, 1.0, 1.0"
    7484     align     = "left"
     85     showLives = false
     86     />
    7587
    76      showpoints     = true
    77     />
     88     <FlagsAndLivesHUD
     89     position  = "0.14, 0.04"
     90     pickpoint = "0.0, 0.0"
     91     font      = "ShareTechMono"
     92     textsize  = 0.04
     93     colour    = "1.0, 1.0, 1.0, 1.0"
     94     align     = "left"
     95     showLives = true
     96
     97     />
     98
    7899  </OverlayGroup>
    79100
Note: See TracChangeset for help on using the changeset viewer.