Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10260 for code/trunk/data


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

merged the latest changes from pickupsFS14 to trunk

Location:
code/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/data/levels/jump.oxw

    r10259 r10260  
    243243            <Model position="0,0,-1000" mesh="JumpPlatform06.mesh" scale="1" />
    244244            <Model position="0,0,-1000" mesh="JumpProjectile.mesh" scale="1" />
    245             <Model position="0,0,-1000" mesh="JumpFigure.mesh" scale="1" />
    246245            <Model position="0,0,-1000" mesh="JumpEnemy1.mesh" scale="1" />
    247246            <Model position="0,0,-1000" mesh="JumpEnemy2.mesh" scale="1" />
     
    250249            <Model position="0,0,-1000" mesh="JumpSpring.mesh" scale="1" />
    251250            <Model position="0,0,-1000" mesh="JumpRocket.mesh" scale="1" />
     251            <Model position="0,0,-1000" mesh="JumpPropeller.mesh" scale="1" />
     252            <Model position="0,0,-1000" mesh="JumpBoots.mesh" scale="1" />
     253            <Model position="0,0,-1000" mesh="JumpShield.mesh" scale="1" />
    252254          </attached>
    253255        </JumpCenterpoint>
  • 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.