
2D Godot
Today I went back on Godot and tried our the functions and how the button works
The saving and some aspects are very similar to python but I still struggled with all the new Unfamiliar buttons
What I showed was That when you click on the big exit button on the screen the game exits out

The get_Tree(). quit() code Basically connects to the Quit button to exist out of the game (This will help the player exit out out the game and not only by clicking the X button.
I Played with some buttons and made adjustments and played with a button called TOOLTIP that adds comments when you hover over the texts buttons ( This has to be the most important Tool I’ve encountered so far )
I did a adjustments where when you click the play button the button takes you to another part called the world I did this by connecting the Main to the play button to make this happen

Leave a Reply