Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2015, 1:05:54 PM (9 years ago)
Author:
fvultier
Message:

HUD improved. Corrected text rescaling. Renamed reload to shieldRecharge in Pawn.cc, … to avoid confusion with the weapon system.

File:
1 edited

Legend:

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

    r10724 r10739  
    3434     name              = "HealthBar1"
    3535     background        = "Orxonox/HealthBarBackground"
    36      size              = "0.35, 0.0875"
     36     size              = "0.40, 0.08"
    3737     position          = "0.0 , 0.9 "
    3838     pickpoint         = "0, 1"
     
    4040     textfont          = "VeraMono"
    4141     textusebarcolour  = true
    42      textsize          = 0.039
    43      textoffset        = "0.315, 0.05"
     42     textscale          = 0.4
     43     textoffset        = "0.325, -0.825"
    4444     textpickpoint     = "0, 0"
    4545     textalign         = "right"
    46      correctaspect     = false
    47      textcorrectaspect = false
     46     correctaspect     = true
     47     iconmaterial      = "Orxonox/BarIconHealth"
    4848    >
    4949      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
     
    5555     name          = "SpeedBar1"
    5656     background    = "Orxonox/BarBackground"
    57      size          = "0.35, 0.05"
     57     size          = "0.40, 0.04"
    5858     position      = "0.0 , 0.95 "
    5959     pickpoint     = "0, 1"
    60      correctaspect = false
     60     correctaspect = true
     61     iconmaterial  = "Orxonox/BarIconSpeed"
    6162    >
    6263      <BarColour position = 0.0 colour = "0.7,0.5,0.2" />
     
    6768    <HUDBoostBar
    6869     name          = "BoostBar1"
    69      backgroundtex = "bar1.png"
    70      size          = "0.35, 0.05"
     70     background    = "Orxonox/BarBackground"
     71     size          = "0.40, 0.04"
    7172     position      = "0.0 , 1.0 "
    7273     pickpoint     = "0, 1"
    73      correctaspect = false
     74     correctaspect = true
     75     iconmaterial  = "Orxonox/BarIconBoost"
    7476    >
    7577      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
     
    8183     name              = "EnemyHealthBar"
    8284     background        = "Orxonox/HealthBarBackground"
    83      size              = "0.35, 0.0875"
    84      position          = "1 ,0.1"
    85      pickpoint         = "1, 1"
     85     size              = "0.4, 0.08"
     86     position          = "1 ,0"
     87     pickpoint         = "1, 0"
    8688     bartexture        = "healthbar_bar.png"
    8789     textfont          = "VeraMono"
    8890     textusebarcolour  = true
    89      textsize          = 0.039
    90      textoffset        = "0.315, 0.05"
     91     textscale         = 0.4
     92     textoffset        = "-0.675, 0.175"
    9193     textpickpoint     = "0, 0"
    9294     textalign         = "right"
    93      correctaspect     = false
    94      textcorrectaspect = false
     95     correctaspect     = true
     96     iconmaterial      = "Orxonox/BarIconHealth"
    9597    >
    9698      <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
     
    131133     name                   = "WeaponSystem"
    132134     correctaspect          = true
    133      position               = "0.0, 0.0"
     135     position               = "0.01, 0.01"
    134136     pickpoint              = "0, 0"
    135137     visible                = "true"
Note: See TracChangeset for help on using the changeset viewer.