Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2014, 3:43:07 PM (9 years ago)
Author:
fvultier
Message:

Es wird nun angezeigt, wie lange ein item noch aktiv ist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/data/overlays/jumpHUD.oxo

    r10074 r10184  
    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
    1113     showMessages = false
    1214    />
     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
     25     showMessages = false
     26    />
    1327
    1428    <JumpScore
     
    2135     gameOverText = "GAME OVER"
    2236     showScore = false
     37     showFuel = false
    2338     showMessages = true
    24     />   
     39    />       
     40
     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>
    2556
    2657  </OverlayGroup>
Note: See TracChangeset for help on using the changeset viewer.