Hi!
Give me an idea, please.
How to realize the collision of the player with the walls of the maze?
For example, here’s a simple maze:
It is unclear how to make Defold realize that a player cannot cross walls.
There was an idea: track the color of the pixels below the player and keep out black pixels, for example. But I haven’t found an API to get the Sprite pixel color.