Jump to content

Tilemap Overlap/Collision issue


Seanw265
 Share

Recommended Posts

I've noticed that it's impossible to get an object to overlap(as opposed to collide) with a tilemapLayer!

Why?

And how do I overcome this?

I'm using arcade physics:

this.game.physics.arcade.overlap(this.sprite, level.layer, this.hitWall, null, this);

It just bounces off!

 

Please, any help is appreciated!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...