Godot Scripting Shortcuts


Godot
Game Development

The amount of keyboard shortcuts in Godot is staggering. Some border on the absurd, some are obvious and expected, and others fly under the radar. But that doesn't mean they don't add tremendous value (it might just mean they need better PR) If you're…

10 Godot Features You Don't Know


Godot
Game Development

Godot, like most game engines, is absolutely PACKED with features. Some of them are hard to find. Others are staring you right in the face but still go unnoticed. Here are 10 of my favorite Godot features hidden in plain sight. Similarly, Godot has a ton of keyboard shortcuts that…

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…