@Calinou (or anyone who knows)
My project is an rpg which involves a lot of player data. I'm assuming the user ulpaded images should be be put/get in my backend db. But for the strings/numbers crunched during runtime it seems singletons are the way to go.
Do you know any good resources around singletons? I'm enjoying Godot but the official documentation is nauseating. And most of the stuff I Google is for 2.x, even though 3.1 is around the corner. Unfortunately, the official documentation is silent about what changes I should expect between versions. So learning about 2.x has gotten very frustrating bc I can't tell if I'm doing something wrong or if things just work different now. /rant
Anyways, singletons. Any good resources?