GDScript – Dollar Sign Operator

When scripting in Godot, there are many components that make up a single game object. For a player object, you may have a sprite component, the kinematic body, and the collision shape. Do you know how annoying it would be if you had to write a script for each node,...

Godot – A Secret About Scripts

Scripts at a high level are units of logic you can attach to Game Objects. They allow you to implement functionality within your game. The language scripts are written is known as GDScript. Now, there are some interesting points to remember about scripts — some...

Godot – GDScript Functions

For more information on functions, read my Python post and come back here. Today, we’ll be highlighting key differences between Python and GDScript functions. But first, let’s start with the similarities. The Similarities Both Python and GDScript functions...

Godot – GDScript Variables & Types

Godot is a game engine that’s been around for a while and is finally gaining traction in the industry. It’s completely open-source, so you can do anything you want with it for free. With that said, unlike Unity(C#), Godot has its own scripting language...

Godot 3.1 Release

As of March 13, 2019, Godot has released a new update for the open source engine. I won’t list all the features, watch the video above and find out. More importantly, this is an exciting time. Honestly, Godot to me is one of the best contenders as an alternative...