Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2014, 3:40:05 PM (9 years ago)
Author:
sriedel
Message:

Final version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/data/overlays/DodgeRaceHUD.oxo

    r10116 r10166  
    66<Template name="DodgeRaceHUD">
    77  <OverlayGroup name="DodgeRaceHUD" scale = "1, 1">
    8     <DodgeRaceHUDinfo
    9      position  = "0.14, 0.02"
    10      pickpoint = "0.0, 0.0"
    11      font      = "ShareTechMono"
    12      textsize  = 0.04
    13      colour    = "1.0, 1.0, 1.0, 1.0"
    14      align     = "left"
    158
    16      showlives     = true
    17      showlevel     = false
    18      showpoints     = false
    19     />
    209    <OverlayText
    2110     position  = "0.02, 0.02"
    22      pickpoint = "0.0, 0.0"
    23      font      = "ShareTechMono"
    24      textsize  = 0.04
    25      colour    = "1.0, 1.0, 1.0, 1.0"
    26      align     = "left"
    27      caption   = "Lives:   "
    28     />
    29 
    30     <OverlayText
    31      position  = "0.02, 0.055"
    32      pickpoint = "0.0, 0.0"
    33      font      = "ShareTechMono"
    34      textsize  = 0.04
    35      colour    = "1.0, 1.0, 1.0, 1.0"
    36      align     = "left"
    37      caption   = "Level: "
    38     />
    39 
    40     <DodgeRaceHUDinfo
    41      position  = "0.14, 0.055"
    42      pickpoint = "0.0, 0.0"
    43      font      = "ShareTechMono"
    44      textsize  = 0.04
    45      colour    = "1.0, 1.0, 1.0, 1.0"
    46      align     = "left"
    47 
    48      showlives     = false
    49      showlevel     = true
    50      showpoints     = false
    51     />
    52 
    53     <OverlayText
    54      position  = "0.02, 0.1"
    5511     pickpoint = "0.0, 0.0"
    5612     font      = "ShareTechMono"
     
    6218
    6319    <DodgeRaceHUDinfo
    64      position  = "0.14, 0.1"
     20     position  = "0.14, 0.02"
    6521     pickpoint = "0.0, 0.0"
    6622     font      = "ShareTechMono"
     
    6925     align     = "left"
    7026
    71      showlives     = false
    72      showlevel     = false
    7327     showpoints     = true
    7428    />
    7529
    76     <DodgeRaceHUDinfo
    77      position  = "0.25, 0.1"
    78      pickpoint = "0.0, 0.0"
    79      font      = "ShareTechMono"
    80      textsize  = 0.04
    81      colour    = "1.0, 1.0, 1.0, 1.0"
    82      align     = "left"
    83 
    84      showMultiplier = true
    85     />
     30   
    8631  </OverlayGroup>
    8732</Template>
    8833
    89 
    9034<Template name="spaceshiphud">
    9135  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
    92     <HUDHealthBar
    93      name              = "HealthBar1"
    94      background        = "Orxonox/HealthBarBackground"
    95      size              = "0.35, 0.0875"
    96      position          = "0.0 , 0.9 "
    97      pickpoint         = "0, 1"
    98      bartexture        = "healthbar_bar.png"
    99      textfont          = "VeraMono"
    100      textusebarcolour  = true
    101      textsize          = 0.039
    102      textoffset        = "0.315, 0.05"
    103      textpickpoint     = "0, 0"
    104      textalign         = "right"
    105      correctaspect     = false
    106      textcorrectaspect = false
    107     >
    108       <BarColour position = 0.0 colour = "0.7,0.2,0.2" />
    109       <BarColour position = 0.5 colour = "0.7,0.7,0.2" />
    110       <BarColour position = 1.0 colour = "0.2,0.7,0.2" />
    111     </HUDHealthBar>
     36   
    11237 </OverlayGroup>
    11338</Template>
Note: See TracChangeset for help on using the changeset viewer.