Hi!
Is it possible to check with what object has “player” collides?
Example:
this.physics.world.collide(sprite, [ platform1, platform2, platform3], function() { if collides with platform1, do something, else if with platform2 do something, etc... });
Or may be there is other options how can I achieve this.
Thank you.