I’m trying to learn Godot and thought the forums would be a good place to learn more about it.
I want to start with something simple, like a clicker. Can anyone help me with that?
One last thing, I’ve used discourse forums before, so I already know the layouts of the UI and how everything works, and I’ve read the CG and TOS but I also know that each community has their own rules and things that they don’t like, so if someone could fill me in on some of that stuff, that would be great. Is there any sort of tutorial tag in these forums? Is that what the Showcase tag is, or is that just for stuff like devlogs? I’m sorry for going off-topic here, but I’d rather know this stuff now than upset anyone else in the future. Thanks again!
It is not very long and gives you a good introduction into Godot. It also covers creating UI and buttons which can be useful for a clicker game.
Showcase is for showing your projects made in Godot. There is also Tutorials but imho the topics are usually not suited for getting started with Godot.
EDIT:
Maybe start here: Introduction — Godot Engine (stable) documentation in English
This would be the better entry point, before jumping directly into the 2D tutorial. It explains the key concepts and more and then continues to the 2D tutorial.