Changeset 11600 for code/branches/FlappyOrx_HS17/data/levels
- Timestamp:
- Nov 27, 2017, 3:29:03 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
r11596 r11600 5 5 screenshot = "orxonoxArcade.png" 6 6 /> 7 7 <FlappyOrx 8 spawnDistance=50 9 Speed = 700 /> 8 10 <?lua 11 include("includes/notifications.oxi") 9 12 include("templates/lodInformation.oxt") 10 13 include("templates/spaceshipFlappyOrx.oxt") … … 37 40 <FlappyOrxCenterPoint name=flappyorxcenter /> 38 41 42 43 39 44 <?lua 40 45 for i = 1, 5, 1 do -
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
r11596 r11600 22 22 enablecollisiondamage = true 23 23 24 speed = 10024 25 25 UpwardThrust = 200 26 gravity = 50026 Gravity = 700 27 27 > 28 28 <engines> … … 37 37 <SphereCollisionShape position="-1.8 ,0 , -11" radius="15" /> 38 38 <SphereCollisionShape position="-0.8 ,0 , 0" radius="16" /> 39 < SphereCollisionShape position="0 ,0 , 11" radius="12.5" />39 <!-- <SphereCollisionShape position="0 ,0 , 11" radius="12.5" /> --> 40 40 </collisionShapes> 41 41
Note: See TracChangeset
for help on using the changeset viewer.