Changeset 11624 for code/branches/FlappyOrx_HS17/data
- Timestamp:
- Dec 4, 2017, 2:38:03 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17/data
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
r11620 r11624 5 5 screenshot = "orxonoxArcade.png" 6 6 /> 7 <FlappyOrx 8 spawnDistance=50 9 Speed = 700 /> 7 10 8 <?lua 11 include("includes/notifications.oxi")12 9 include("templates/lodInformation.oxt") 13 10 include("templates/spaceshipFlappyOrx.oxt") … … 50 47 collisionType = dynamic 51 48 linearDamping = 0.8 52 angularDamping = 049 angularDamping = 1 53 50 scale = "<?lua print(j) ?>" 54 51 collisiondamage = 10000 … … 60 57 </attached> 61 58 <collisionShapes> 62 <SphereCollisionShape radius="<?lua print(j + 5) ?>" />59 <SphereCollisionShape radius="<?lua print(j + 7) ?>" /> 63 60 </collisionShapes> 64 61 </MovableEntity> -
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
r11620 r11624 23 23 24 24 speedBase = 100 25 speedIncrease = 226 tubeDistanceBase = 30027 tubeDistanceIncrease = - 325 speedIncrease = 0.5 26 tubeDistanceBase = 200 27 tubeDistanceIncrease = -1 28 28 29 upwardThrust = 2 0030 gravity = 50029 upwardThrust = 210 30 gravity = 700 31 31 32 32 > 33 <engines> 34 <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipFlappyOrxengine /> 35 <MultiStateEngine position="-7.6, 0, 0" template=spaceshipFlappyOrxengine /> 36 </engines> 33 37 34 <attached> 38 35 <Model position="0,0,0" yaw=180 pitch=90 roll=270 scale=9 mesh="FlappyOrxShip.mesh" /> -
code/branches/FlappyOrx_HS17/data/overlays/FlappyOrxHUD.oxo
r11600 r11624 1 2 1 <Template name="spectatorhud"> 2 <OverlayGroup name = "spectatorhud" scale = "1, 1"> 3 </OverlayGroup> 4 </Template> 3 5 <Template name="FlappyOrxHUD"> 4 6 <OverlayGroup name="FlappyOrxHUD" scale = "1, 1"> -
code/branches/FlappyOrx_HS17/data/particle/fire3.particle
r5781 r11624 65 65 colour3 0 0 0 0 66 66 time3 1 67 colour4 0.5 0.5 0.5 0 68 time4 1 69 colour5 0.5 0.5 0.5 0 70 time5 1 67 71 68 } 72 69 }
Note: See TracChangeset
for help on using the changeset viewer.