So I’m trying to add collision to my tiles by using Tiled’s “Custom Properties” variable which I call “collides”, when enabled, it SHOULD allow for collision of chosen tiles to occur in Phaser 3. Problem is I don’t know how to add Custom Properties “collides” variable to individual tiles in a spritesheet in Tiled.
How would I do that?