Add tags to all demo projects

This makes sorting them in the project manager easier, as you can
click tags in the project manager to filter to a specific tag.
This commit is contained in:
Hugo Locurcio
2023-06-26 17:59:01 +02:00
parent 5867e5e931
commit 18c76b6dae
100 changed files with 100 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ config/description="A demo showing how a 2D scene can be shown within a 3D one u
run/main_scene="res://2d_in_3d.tscn"
config/features=PackedStringArray("4.0")
config/icon="res://icon.webp"
config/tags=PackedStringArray("3d", "2d", "rendering", "official", "demo")
[input]