From 64d44971bf967835e76617424572025a12c1e437 Mon Sep 17 00:00:00 2001 From: Braydee Johnson Date: Sun, 29 Oct 2023 08:37:49 -0700 Subject: [PATCH] Add Video and Text tutorial links for tutorials.rst (#8335) * Add Video and Text tutorial links for tutorials.rst * Added punctuation to properly format. --- community/tutorials.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community/tutorials.rst b/community/tutorials.rst index 8f40ad55a..9bee79301 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). +- `Game Dev Artisan `_ (2D, GDScript). Text tutorials -------------- @@ -54,6 +55,7 @@ Text tutorials - `GDScript website by Andrew Wilkes `__ - `Godot Recipes by KidsCanCode `__ - `Godot Tutorials by SomethingLikeGames `__ +- `Game Dev Artisan website `__ Devlogs -------