From de34df3ecbbe01fdae3611380c09ddf9b185a106 Mon Sep 17 00:00:00 2001 From: TheGuideKnight <77204278+TheGuideKnight@users.noreply.github.com> Date: Wed, 27 Jan 2021 21:34:25 +0100 Subject: [PATCH] Add @TheGuideKnight's 2D tutorial series to Tutorials and resources (#4592) The playlist contains a tutorial for a 2D Breakout game, done entirely in Godot. --- community/tutorials.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/community/tutorials.rst b/community/tutorials.rst index 1de97bc7e..7e9be2c6b 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -39,6 +39,7 @@ Video tutorials - `Code with Tom `_ (2D and 3D, GDScript). - `BornCG `_ (2D and 3D, GDScript). - `Gonkee `_ (2D and 3D, GDScript, Shaders). +- `TheGuideKnight `_ (2D, GDScript). Text tutorials --------------