Addons documentation
  • 😄Getting Started
  • 🧩Components
    • 👟Godot Essentials Motion Component
      • 🤸Top-Down Movement Component
      • 🤾Platform Movement Component
      • 🔲Grid Movement Component
    • 💓Health Component
    • 🎥Shake Camera Component
    • 🌪️Rotator Component
    • 🚀Projectile component
    • 🔁Finite State Machine
  • ⏳Autoload
    • 🎒Helpers
    • 🎧AudioManager
    • 🎬Scene Transicioner
    • ⚙️Environment variables
    • 🏆Achievements
  • 🎮Examples
    • 🧗‍♂️Alys - Precision platformer
Powered by GitBook
On this page
  1. Components
  2. Godot Essentials Motion Component

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

PreviousGodot Essentials Motion ComponentNextPlatform Movement Component

Last updated 1 year ago

Getting Started

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.

🧩
👟
🤸
⚠️