Top-Down Movement Component
A top-down game does not need gravity so it is usually easier to implement. Here you can find a good set of movement
Last updated
A top-down game does not need gravity so it is usually easier to implement. Here you can find a good set of movement
Last updated
At the moment this component is inherited from Godot Essentials Motion Component so it has the same functionality as it.
This component can only be used on CharacterBody2D node
Top-down games do not require extra functionality as they are not as complex in terms of movement compared to platform games, this page will be extended as soon as we identify any functionality specific to this game format.