From f6994bfd12ee4bf4de9916811d3ab69c074b1cec Mon Sep 17 00:00:00 2001 From: Rahmat Nazali Salimi Date: Tue, 3 Oct 2023 10:32:11 +0700 Subject: [PATCH] Add video tutorial reference Add video tutorial reference that talks about introduction to Godot 4 and Godot in general. I found this video to be the most concise and structured tutorial on Godot 4 as per this writing, so maybe this will help others if I put it here. --- community/tutorials.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/community/tutorials.rst b/community/tutorials.rst index 8f40ad55a08..00703a8e722 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -46,6 +46,7 @@ Video tutorials - `Gwizz `_ (2D, GDScript). - `Quiver `_ (2D, GDScript). - `Maker Tech `_ (2D, GDScript). +- `Clear Code `_ (2D, GDScript, Programming Basics). Text tutorials --------------