Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2016, 5:08:11 PM (7 years ago)
Author:
patricwi
Message:

visualization of pickup system initiated. next steps: add pickup icons when picked up

Location:
code/branches/HUD_HS16/data/overlays
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/HUD_HS16/data/overlays/HUDTemplates3.oxo

    r11262 r11277  
    188188     name                   = "PickupSystem"
    189189     correctaspect          = true
    190      position               = "0.45, 0.95"
     190     position               = "0.32, 0.81"
    191191     pickpoint              = "0.0, 0.0"
    192192     visible                = "true"
     
    195195    <HUDTimer
    196196     name     = "Timer"
    197      position = "0.5, 0.85"
     197     position = "0.5, 0.25"
    198198     font     = "VeraMono"
    199199     textsize = 0.1
  • code/branches/HUD_HS16/data/overlays/HUDTemplatesFPS.oxo

    r11104 r11277  
    104104    />
    105105
     106    <HUDPickupSystem
     107     name                   = "PickupSystem"
     108     correctaspect          = true
     109     position               = "0.45, 0.95"
     110     pickpoint              = "0.0, 0.0"
     111     visible                = "true"
     112    />
     113
    106114    <HUDTimer
    107115     name     = "Timer"
Note: See TracChangeset for help on using the changeset viewer.