Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 6, 2015, 11:03:00 PM (10 years ago)
Author:
landauf
Message:

merged the latest changes from pickupsFS14 to trunk

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/data/overlays/jumpHUD.oxo

    r10216 r10260  
    11<Template name="JumpHUD">
    22  <OverlayGroup name="JumpHUD" scale = "1, 1">
     3
    34    <JumpScore
    45     position  = "0.5, 0.05"
     
    910     align     = "center"
    1011     showScore = true
     12     showFuel = false
     13     showMessages = false
     14    />
     15
     16    <JumpScore
     17     position  = "0.1, 0.05"
     18     pickpoint = "0.0, 0.0"
     19     font      = "ShareTechMono"
     20     textsize  = 0.05
     21     colour    = "1.0, 0.5, 0.0, 1.0"
     22     align     = "left"
     23     showScore = false
     24     showFuel = true
    1125     showMessages = false
    1226    />
     
    2135     gameOverText = "GAME OVER"
    2236     showScore = false
     37     showFuel = false
    2338     showMessages = true
    2439    />   
    2540
     41  <HUDBar
     42     name          = "SpeedBar1"
     43     background    = "Orxonox/BarBackground"
     44     size          = "0.35, 0.05"
     45     position      = "0.0 , 1.0 "
     46     pickpoint     = "0, 1"
     47     correctaspect = false
     48
     49     initialvalue = 50
     50
     51     >
     52      <BarColour position = 0.0 colour = "0.7,0.5,0.2" />
     53      <BarColour position = 0.5 colour = "0.2,0.7,0.2" />
     54      <BarColour position = 1.0 colour = "0.7,0.2,0.2" />
     55    </HUDBar>
     56
    2657  </OverlayGroup>
    2758</Template>
Note: See TracChangeset for help on using the changeset viewer.