How to Pause Your Godot Game


Godot
Game Development

Being able to pause your game when the user brings up a settings menu or clicks outside your game window is an important feature. And equally important is how to allow other things, like the pause menu that was just opened, to continue running. The good news is... this is…

5 Uses for Signals in Godot


Godot
Game Development

I think most Godot developers are familiar with signals. After all, it's tough to do much without them (in my opinion). But there's more than one way to skin a signal (sorry). Here are a few uses for signals in Godot that you may not know…