Changeset 11620 for code/branches/FlappyOrx_HS17/data/levels
- Timestamp:
- Dec 3, 2017, 9:22:33 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
r11600 r11620 36 36 <Light type=directional position="11000, 11000, -7000" lookat="0, 0, 0" diffuse="1, 1, 1, 1" specular="1.0, 0.9, 0.9, 1.0" /> 37 37 <SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=FlappyOrxShip pawndesign=spaceshipFlappyOrx /> 38 39 38 40 39 <FlappyOrxCenterPoint name=flappyorxcenter /> 41 40 -
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
r11600 r11620 19 19 angularDamping = 0.9999999 20 20 21 22 21 collisiondamage = 100 22 enablecollisiondamage = true 23 23 24 25 UpwardThrust = 200 26 Gravity = 700 24 speedBase = 100 25 speedIncrease = 2 26 tubeDistanceBase = 300 27 tubeDistanceIncrease = -3 28 29 upwardThrust = 200 30 gravity = 500 31 27 32 > 28 33 <engines> … … 32 37 <attached> 33 38 <Model position="0,0,0" yaw=180 pitch=90 roll=270 scale=9 mesh="FlappyOrxShip.mesh" /> 39 40 <ParticleSpawner source="Orxonox/fire3" startdelay=0 position="0,0,20" visible="true"/> 34 41 35 42 </attached>
Note: See TracChangeset
for help on using the changeset viewer.