Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2017, 2:38:03 PM (6 years ago)
Author:
merholzl
Message:

More clean-up, particle fix, deleting unnecessary files, adding quotes

File:
1 edited

Legend:

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

    r11620 r11624  
    55 screenshot = "orxonoxArcade.png"
    66/>
    7 <FlappyOrx
    8       spawnDistance=50
    9       Speed = 700 />
     7
    108<?lua
    11   include("includes/notifications.oxi")
    129  include("templates/lodInformation.oxt")
    1310  include("templates/spaceshipFlappyOrx.oxt")
     
    5047            collisionType = dynamic
    5148            linearDamping = 0.8
    52             angularDamping = 0
     49            angularDamping = 1
    5350            scale = "<?lua print(j) ?>"
    5451            collisiondamage = 10000
     
    6057            </attached>
    6158            <collisionShapes>
    62               <SphereCollisionShape radius="<?lua print(j + 5) ?>" />
     59              <SphereCollisionShape radius="<?lua print(j + 7) ?>" />
    6360            </collisionShapes>
    6461          </MovableEntity>
Note: See TracChangeset for help on using the changeset viewer.