Changeset 11624 for code/branches/FlappyOrx_HS17/data/levels
- Timestamp:
- Dec 4, 2017, 2:38:03 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17/data/levels
- Files:
-
- 2 deleted
- 2 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" />
Note: See TracChangeset
for help on using the changeset viewer.