This project includes:
- A character with a basic movement system
- A camera that follows the character
- A basic tileset and tilemap
- A simple debug UI that shows the current FPS
- A basic object that can be interacted with by the character
- Download and install Godot
v4.2.1
from the official website. - Clone the repository using git
- Importing the project:
Open Godot and select Import
:
Select the folder that contains project.godot
:
- Pressing
F5
will run the project using the main scene - Pressing
F6
will run the project using the current scene