mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Add descriptions to all projects with README files
These show up in the project manager when hovering over projects.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user