I am trying to learn phaser 3 and want to creates boxes that can be pushed from a Tiled map. I have tried all sorts of concepts with Tile Layers, Object Layers, createFromObjects, createDynamicLayer and have confused the heck out of myself.
How you approach a player pushing blocks across a map with arcade physics? I assume I have to add physics to the tile or create a sprite from the tile?