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

@@ -1,7 +1,8 @@
# Pong Multiplayer
A multiplayer demo of the classical pong game.
One of the players should press "host", while the other should select the address and press "join".
One of the players should press "host", while the
other should select the address and press "join".
Language: GDScript

View File

@@ -16,6 +16,9 @@ _global_script_class_icons={
[application]
config/name="Pong Multiplayer"
config/description="A multiplayer demo of the classical pong game.
One of the players should press 'host', while the
other should select the address and press 'join'."
run/main_scene="res://lobby.tscn"
config/icon="res://icon.png"