Hi, I am completly new to Godot \o
I’m trying to do a 2D game and I can’t find anything I want to do in the visual tool and I’m wondering if stuff just doesn’t exist and I have to script it.
For example I made a 2D node containing a small image I want in the center of the screen. Can’t I specify that in the visual tool ?
However, it’s better to add a Camera2D node to your scene so the center of your screen is 0,0 (probably where your node is)
On the other hand, if you’re completely new, I’d highly recommend you Brackey’s tutorials. At least the first one. It will give you a way better idea on how to start your project, how to use Godot scenes, nodes, the inspector (what you call visual tool) than if you just try to figure all out by yourself.
By the end of the tutorial you’ll know how to make a basic platform game, with the map, player movement, collectables(coins) enemies, animation and a lot more.
And this is a tutorial about GDScript if you want to learn more.
And then, if you have specific questions about it, feel free to ask.
Good luck!