Excellent Godot 2D Tutorial Series

I just came across an excellent Godot 2D tutorial that would have helped a lot with trying to get stuff done for the Wowie Jam! game jam. There are so many things that I know must be possible (like having a title screen or global variables) but I don’t know how to do them in … Read more

Wowie Jam! Update #3 Global Variables in Godot

I’ve read this documentation page on Singletons so many times. And so many other online Q&A’s about making Global variables in Godot. And those usually point back to that same documentation page. It’s actually SO simple that it needs to be explained more simply: Here’s what worked: Make a new script called globals.gd and save … Read more