Add descriptions to all projects with README files

These show up in the project manager when hovering over projects.
This commit is contained in:
Aaron Franke
2020-03-16 20:50:53 -04:00
parent 93b1f689f2
commit f9e7456b70
78 changed files with 200 additions and 19 deletions

View File

@@ -27,6 +27,11 @@ _global_script_class_icons={
[application]
config/name="Matrix Transform"
config/description="This demo project is a playground where you can visualize how transforms work.
Do not 'run' this project. You are only meant to use it within the Godot editor.
For more information, see the Matrices and Transforms article."
run/main_scene="res://3D.tscn"
config/icon="res://icon.png"