mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Ensure most demos have descriptions and screenshots
This commit is contained in:
@@ -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="."]
|
||||
|
||||
@@ -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
|
||||
|
||||
13
mobile/multitouch_cubes/README.md
Normal file
13
mobile/multitouch_cubes/README.md
Normal 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
|
||||
|
||||

|
||||
@@ -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"
|
||||
|
||||
0
mobile/multitouch_cubes/screenshots/.gdignore
Normal file
0
mobile/multitouch_cubes/screenshots/.gdignore
Normal file
BIN
mobile/multitouch_cubes/screenshots/multitouch_cubes.png
Normal file
BIN
mobile/multitouch_cubes/screenshots/multitouch_cubes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
Reference in New Issue
Block a user