Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 4:19:40 PM (7 years ago)
Author:
merholzl
Message:

colisson boxes and asteroidshapoeremoval

Location:
code/branches/FlappyOrx_HS17/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw

    r11572 r11580  
    5151
    5252    <?lua
    53       for i = 1, 6, 1 do
     53      for i = 1, 5, 1 do
    5454        for j = 3, 12,3 do
    5555    ?>
     
    6969        </attached>
    7070        <collisionShapes>
    71           <SphereCollisionShape radius="<?lua print(j) ?>" />
     71          <SphereCollisionShape radius="<?lua print(j + 5) ?>" />
    7272        </collisionShapes>
    7373      </MovableEntity>
  • code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt

    r11572 r11580  
    5858    </attached>
    5959    <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" />
    6163    </collisionShapes>
    6264    <explosion >
Note: See TracChangeset for help on using the changeset viewer.