Jump to content

Search the Community

Showing results for tags 'from 2.0.2'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hi gamer!I am upgrading from version 2.0.2. I tried version 2.0.4 and it seems that everything was fine until the player has collided with a material that makes a bounce. In version 2.0.2 worked perfectly. In 2.0.3 and 2.0.4 a strange thing happens. All sprites move to (0,0) and the game crashes, no error in console. The contact material is as follows: this.game.physics.p2.createContactMaterial(this.playerMaterial, this.material2, { friction: 0, // Friction to use in the contact of these two materials. restitution: 1.1, // Restitution (i.e. how bouncy it is!) to use in the contact of these two materials. stiffness: 1e7, // Stiffness of the resulting ContactEquation that this ContactMaterial generate. relaxation: 0, // Relaxation of the resulting ContactEquation that this ContactMaterial generate. frictionStiffness: 1e7, // Stiffness of the resulting FrictionEquation that this ContactMaterial generate. frictionRelaxation: 10, // Relaxation of the resulting FrictionEquation that this ContactMaterial generate. surfaceVelocity: 0.0 }); Any idea what happens? The ruling is impossible to upgrade ... A greeting.
×
×
  • Create New...