Collision objects for a top-down game to make the character not be able to walk off the map?
How is this done?
Collision objects for a top-down game to make the character not be able to walk off the map?
How is this done?
In a top down game, you need to use this action:
Where your player is object1
and your collision is object2
Gdevelop wiki: