Changeset 11580 for code/branches/FlappyOrx_HS17/data
- Timestamp:
- Nov 20, 2017, 4:19:40 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
r11572 r11580 51 51 52 52 <?lua 53 for i = 1, 6, 1 do53 for i = 1, 5, 1 do 54 54 for j = 3, 12,3 do 55 55 ?> … … 69 69 </attached> 70 70 <collisionShapes> 71 <SphereCollisionShape radius="<?lua print(j ) ?>" />71 <SphereCollisionShape radius="<?lua print(j + 5) ?>" /> 72 72 </collisionShapes> 73 73 </MovableEntity> -
code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt
r11572 r11580 58 58 </attached> 59 59 <collisionShapes> 60 <SphereCollisionShape position="-0.8 ,0 , -10" radius="15" /> 60 <SphereCollisionShape position="-1.8 ,0 , -11" radius="15" /> 61 <SphereCollisionShape position="-0.8 ,0 , 0" radius="16" /> 62 <SphereCollisionShape position="0 ,0 , 11" radius="12.5" /> 61 63 </collisionShapes> 62 64 <explosion >
Note: See TracChangeset
for help on using the changeset viewer.