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

@@ -1,9 +1,13 @@
# Pause Demo
A demo showing how the game can be paused.
A demo showing how a game made in Godot can be paused.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/147
## Screenshots
![Screenshot](screenshots/pause.png)

View File

@@ -11,7 +11,7 @@ config_version=4
[application]
config/name="Pause"
config/description="A demo showing how the game can be paused."
config/description="A demo showing how a game made in Godot can be paused."
run/main_scene="res://spinpause.tscn"
config/icon="res://icon.png"

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB