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

@@ -51,6 +51,13 @@ _global_script_class_icons={
[application]
config/name="Platformer 2D"
config/description="This demo is a pixel art 2D platformer with graphics and sound.
It shows you how to code characters and physics-based objects
in a real game context. This is a relatively complete demo
where the player can jump, walk on slopes, fire bullets,
interact with enemies, and more. It contains one closed
level, and the player is invincible, unlike the enemies."
run/main_scene="res://src/Main/Game.tscn"
config/icon="res://icon.png"
target_fps="60"