Relative Content

Tag Archive for matter.jsphaserjs

No friction on tweened sprite

I have a moving platform and box on top of it. No matter how fast the platform is moving, the box doesnt move sideways along with the platform and eventually falls down if the platform slipped away.

Compound bodies in Phaser.js/matter.js

I have a player object (Matter/Sprite) and i want to add a bottom-sensor body in order to detect if the player hit the ground or a brick (enable jump for example).