đŸ•šī¸ Setting Up Our Dodge Game! | Betabox

đŸ•šī¸ Setting Up Our Dodge Game!

Project Setup!

The first thing we want to do is start Godot and create a new project. We want to give the project a name like “Dodge” or really whatever you want! Next, we want to download the following files from here. After you unzip the folder, we will want to move the whole folder into the project folder. This will allow us to use these assets in our game which will save us a lot of time.

The game we will be making will be in portrait mode so we need to set our window to a certain size. To do this we will need to click on Project in the main menu and navigate to Project Settings and scroll down to Display->Window. Which should look something like this:

Here we can set the width to 480 and the height to 720. We also want to make sure that we set the mode to 2D and the aspect to keep.

Now that we have set up our project, we can move on to adding our nodes and scenes!