Godot Beginner Tutorial 12: Singleton
Alvin Roe Alvin Roe
18.4K subscribers
7,402 views
0

 Published On Aug 13, 2019

Throughout the Godot Beginner Tutorial series, we will be covering the bare essentials to building a game in Godot. In a beginner friendly manner, with the free game engine Godot, each tutorial will be a stepping stone towards completing your first game.

Through the series, we will cover the 2d side of the engine, including: sprites, scripting, UI (very basic), parallax, and multiple levels!

#GodotEngine

Continuing the beginner-friendly top-down shooter series, we are going to fix a glaring issue in our code by giving all our scripts access to our Player through the Singleton pattern.

show more

Share/Embed