mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 08:20:11 +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:
@@ -16,6 +16,9 @@ _global_script_class_icons={
|
||||
[application]
|
||||
|
||||
config/name="CirclePop"
|
||||
config/description="Demo of a simple game using visual script.
|
||||
You must click the circles to 'pop' them in
|
||||
order to stop their invasion of the screen."
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Multitouch View with VisualScript
|
||||
|
||||
Simple debugger for multitouch input. Shows red dots everywhere you press.
|
||||
Simple debugger for multitouch input.
|
||||
Shows red dots everywhere you press.
|
||||
|
||||
Language: [VisualScript](https://docs.godotengine.org/en/latest/getting_started/scripting/visual_script/index.html)
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ _global_script_class_icons={
|
||||
[application]
|
||||
|
||||
config/name="Multitouch View"
|
||||
config/description="Simple debugger for multitouch input.
|
||||
Shows red dots everywhere you press."
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ _global_script_class_icons={
|
||||
[application]
|
||||
|
||||
config/name="Pong with VisualScript"
|
||||
config/description="A simple Pong game. This demo shows best practices
|
||||
for game development in Godot, including signals."
|
||||
run/main_scene="pong.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user