Changeset 11151 for code/branches/tgidronFS16/data
- Timestamp:
- Mar 24, 2016, 3:53:28 PM (9 years ago)
- Location:
- code/branches/tgidronFS16/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tgidronFS16/data/levels/templates/spaceshipHover.oxt
r11052 r11151 18 18 reloadwaittime = 0.5 19 19 20 primaryThrust = 20021 auxilaryThrust = 3022 rotationThrust = 2520 primaryThrust = 100 21 auxilaryThrust = 1 22 rotationThrust = 30 23 23 24 24 jumpBoost = 90 … … 33 33 34 34 collisionType = "dynamic" 35 mass = 100 35 mass = 1000 36 36 linearDamping = 0.2 37 37 angularDamping = 0.9999999 … … 79 79 boostfactor = 2 80 80 81 speedfront = 9081 speedfront = 120 82 82 speedback = 40 83 83 speedleftright = 40 … … 86 86 accelerationfront = 500 87 87 accelerationbrake = 500 88 accelerationback = 12588 accelerationback = 250 89 89 accelerationleftright = 125 90 90 accelerationupdown = 125 -
code/branches/tgidronFS16/data/overlays/HoverHUD.oxo
r11052 r11151 39 39 iconmaterial = "Orxonox/BarIconHealth" 40 40 > 41 41 42 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 42 43 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 43 44 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 44 45 </HUDHealthBar> 46 47 48 <HUDNavigation 49 name = "Navigation" 50 correctaspect = true 51 font = "Monofur" 52 textsize = 0.02 53 navMarkerSize = 0.03 54 aimMarkerSize = 0.02 55 /> 56 45 57 </OverlayGroup> 46 58 </Template>
Note: See TracChangeset
for help on using the changeset viewer.