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

@@ -18,11 +18,11 @@ mesh = SubResource( 2 )
material/0 = null
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 0.926535, 0.11439, -0.358396, 0.199614, 0.658013, 0.726067, 0.318884, -0.744267, 0.586839, 0, 4.14991, 0 )
transform = Transform( 0.926535, 0.11439, -0.358396, 0.199614, 0.658013, 0.726067, 0.318884, -0.744267, 0.586839, 0, 0, 0 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7.09558 )
fov = 74.0
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5 )
fov = 60.0
near = 0.1
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]

View File

@@ -8,6 +8,9 @@ anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 0
size_flags_vertical = 0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_right = 1024.0

View File

@@ -0,0 +1,13 @@
# Multitouch Cubes Demo
Demo of multitouch input and different gestures using the touch API. This demo is meant to be used with a touch-enabled device such as a phone or tablet.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/141
## Screenshots
![Screenshot](screenshots/multitouch_cubes.png)

View File

@@ -10,7 +10,8 @@ config_version=4
[application]
config/name="Interactive Cubes"
config/name="Multitouch Cubes Demo "
config/description="Demo of multitouch input and different gestures using the touch API. This demo is meant to be used with a touch-enabled device such as a phone or tablet."
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"
@@ -18,6 +19,10 @@ config/icon="res://icon.png"
singletons=[ ]
[input_devices]
pointing/emulate_touch_from_mouse=true
[rendering]
quality/driver/driver_name="GLES2"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB