>|
Summary
Welcome to Godot! In these lessons we are going to start making our first games. We will look at the basic interface, how Godot works and importing assets.
1|
Creating A New Godot Project
For this lesson we will be creating our very first Godot project. We will open Godot, create a new project, and then select the correct settings to begin making our game.
2|
The User Interface
The user interface for Godot, are the buttons and menus that we (the user), press and interact with to make our games. For this lesson we will get familiar with the different parts of Godot’s user interface so we know where and to go and what to press for later lessons.
3|
How Godot Works
This lesson will go over the basics of how Godot works. Additionally, we will go over how scenes and nodes work within Godot.
4|
Importing Assets
For this lesson we will go over the process of importing new assets into Godot. Additionally, we look at good project organization and where to find assets to incorporate into our games.