8 changes to GDScript in Godot 4 you'll want to know about

As I'm going through my Godot content that needs updating, I've come across a number of small changes to GDScript 2, which I've decided to capture in this post. Plus, I'm going to throw in a few bonus notes about some handy new features in GDScript 2 you might want to know about.

Bite-Sized Godot: Setters and getters in Godot 4 / GDScript 2

Setter and getter functions in Godot 4 have received a nice overhaul. Let's take a look at what's new.

Godot 4 beta + site update

A quick update on this site and the Godot 4 beta.

Tips for writing more flexible game code

These tips will help you organize your code and write it so that it is modular, flexible, and easy to change.

Making a 3D tactics game in two weeks

Let's take a deep dive into my entry for Mech Jam III, the elemental tactics game Elemechs. Artwork, system design, architecture, and sound will all be covered.