From 8a0824a9482731ee81ddb62821278c0c4b1c1c9f Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Fri, 12 Mar 2021 00:14:38 -0500 Subject: [PATCH] Add links to the Asset Library after release 3.2-5c154da Also expand the CODEOWNERS file --- .github/CODEOWNERS | 13 +++++++++---- 2d/bullet_shower/README.md | 2 ++ 2d/physics_tests/README.md | 2 ++ 3d/waypoints/README.md | 2 ++ gui/control_gallery/README.md | 2 ++ loading/serialization/README.md | 2 ++ 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4b93689d..f4920ad9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,12 @@ # Each line is a file pattern followed by one or more owners. # Owners can be @users, @org/teams or emails -/misc/2.5d @aaronfranke -/mono/2.5d @aaronfranke -/2d/physics_tests @pouleyKetchoupp -/3d/physics_tests @pouleyKetchoupp +/.github/dist/ @Calinou + +/3d/voxel/ @aaronfranke +/misc/matrix_transform/ @aaronfranke +/misc/2.5d/ @aaronfranke +/mono/2.5d/ @aaronfranke + +/2d/physics_tests/ @pouleyKetchoupp +/3d/physics_tests/ @pouleyKetchoupp diff --git a/2d/bullet_shower/README.md b/2d/bullet_shower/README.md index e8aefc42..fe400867 100644 --- a/2d/bullet_shower/README.md +++ b/2d/bullet_shower/README.md @@ -11,6 +11,8 @@ Language: GDScript Renderer: GLES 2 +Check out this demo on the asset library: https://godotengine.org/asset-library/asset/887 + ## Screenshots ![No collision](screenshots/no_collision.png) diff --git a/2d/physics_tests/README.md b/2d/physics_tests/README.md index d0601c43..ae73a995 100644 --- a/2d/physics_tests/README.md +++ b/2d/physics_tests/README.md @@ -13,6 +13,8 @@ Language: GDScript Renderer: GLES 2 +Check out this demo on the asset library: https://godotengine.org/asset-library/asset/888 + ## Screenshots ![Screenshot](screenshots/screenshot.png) diff --git a/3d/waypoints/README.md b/3d/waypoints/README.md index e14f41f2..7e6a5901 100644 --- a/3d/waypoints/README.md +++ b/3d/waypoints/README.md @@ -14,6 +14,8 @@ Language: GDScript Renderer: GLES 2 +Check out this demo on the asset library: https://godotengine.org/asset-library/asset/889 + ## Screenshots ![Screenshot](screenshots/waypoints.png) diff --git a/gui/control_gallery/README.md b/gui/control_gallery/README.md index 45b549d1..d9db6b64 100644 --- a/gui/control_gallery/README.md +++ b/gui/control_gallery/README.md @@ -13,6 +13,8 @@ Language: GDScript Renderer: GLES 2 +Check out this demo on the asset library: https://godotengine.org/asset-library/asset/890 + ## Screenshots ![Screenshot](screenshots/control_gallery.png) diff --git a/loading/serialization/README.md b/loading/serialization/README.md index daa7e3f1..259548fe 100644 --- a/loading/serialization/README.md +++ b/loading/serialization/README.md @@ -15,6 +15,8 @@ Language: GDScript Renderer: GLES 2 +Check out this demo on the asset library: https://godotengine.org/asset-library/asset/891 + ## Screenshots ![Screenshot](screenshots/save_load.png)