From 343cc034eb2e6a2c0c8382fcdfc04dcdb0592f61 Mon Sep 17 00:00:00 2001 From: Braydee Johnson Date: Thu, 26 Oct 2023 14:29:12 -0700 Subject: [PATCH 1/2] Add Video and Text tutorial links for tutorials.rst --- community/tutorials.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community/tutorials.rst b/community/tutorials.rst index 8f40ad55a08..88f4a41bbf9 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 ------- From 087ef97a55a13baacbe9c62a9280d7a6ad45fa66 Mon Sep 17 00:00:00 2001 From: Braydee Johnson Date: Thu, 26 Oct 2023 14:35:54 -0700 Subject: [PATCH 2/2] Added punctuation to properly format. --- community/tutorials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/tutorials.rst b/community/tutorials.rst index 88f4a41bbf9..9bee79301d6 100644 --- a/community/tutorials.rst +++ b/community/tutorials.rst @@ -46,7 +46,7 @@ Video tutorials - `Gwizz `_ (2D, GDScript). - `Quiver `_ (2D, GDScript). - `Maker Tech `_ (2D, GDScript). -- `Game Dev Artisan `_ (2D, GDScript) +- `Game Dev Artisan `_ (2D, GDScript). Text tutorials --------------