Ensure most demos have descriptions and screenshots

This commit is contained in:
Aaron Franke
2021-08-16 16:24:05 -05:00
parent 89978a7421
commit 7d64830cfe
84 changed files with 197 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
This demo contains a series of tests for the 3D
physics engine.
They can be used for different purpose:
They can be used for different purposes:
- Functional tests to check for regressions and
compare the behavior between physics engines

View File

@@ -27,6 +27,12 @@ _global_script_class_icons={
[application]
config/name="3D Physics Tests"
config/description="This demo contains a series of tests for the 3D physics engine.
They can be used for different purposes:
- Functional tests to check for regressions and compare the behavior between physics engines
- Performance tests to evaluate and compare performance between physics engines"
run/main_scene="res://main.tscn"
config/icon="res://icon.png"