Create Your First Godot 4 Game
Lesson 2: Overview of the Godot interface
Video Notes
In this lesson, you’ll get a walkthrough of the Godot user interface. Make sure you open the Godot executable you downloaded using the link in the previous lesson.
Corrections
- Newer versions of Godot 4 have renamed the Vulkan renderer to Forward+
Have any questions? Feel free to leave a comment!
Lessons
- Lesson 1: Getting started with Godot 4
- Lesson 2: Overview of the Godot interface
- Lesson 3: Setting up the level
- Lesson 4: Creating the player
- Lesson 5: Spawning the platforms
- Lesson 6: Creating a collectible
- Lesson 7: Creating an enemy
- Lesson 8: Handling player death
- Lesson 9: Creating the player projectile
- Lesson 10: Adding the final touches
- Lesson 11: Exporting your game and wrapping up