We will create a Basic Scene in Godot.
This will be a introduction into the interface and how to save files.
Make a folder on your desktop, name it BASIC-SCENE
Open GODOT by double clicking the APP ICON
Press CREATE
In PROJECT NAME type BASIC-SCENE
And in PROJECT PATH find the folder you just created on your desktop
Under RENDERER choose COMPATIBILITY
Now Press CREATE
In the SCENE window in top LEFT choose OTHER NODE
Now type LABEL and choose CREATE
In the INSPECTOR window in the top RIGHT type something in the box under TEXT
Now SAVE your file so we can test it
Scene > Save Scene > SAVE
You’ll notice that now this SCENE is in your FILE SYSTEM window
Now you can RUN CURRENT SCENE to test your work
Press F8 to get back to the editor
Now press the RUN PROJECT button
You will see a window asking to choose the MAIN SCENE choose CURRENT
Now your file will always start with this SCENE as a MAIN SCENE.
You can change this later in PROJECT > PROJECT SETTINGS > APPLICATION > RUN > MAIN SCENE
SAVE AS BASIC SCENE
Press Play on your finished scene
Assignment
Take a screenshot of your scene and turn it in