Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)

This commit is contained in:
Aaron Franke
2025-10-03 16:22:39 -07:00
committed by GitHub
parent de00da353c
commit 14fcc0e133
1903 changed files with 7777 additions and 17289 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=4 format=3 uid="uid://csyb8ij530w1l"]
[gd_scene load_steps=4 format=3 uid="uid://cv4h5vfwnpj63"]
[sub_resource type="StandardMaterial3D" id="1"]
diffuse_mode = 1

View File

@@ -1 +1 @@
uid://dk531tymxg2i
uid://dsefg6y34mer7

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://didpkugc6cvxv"]
[gd_scene load_steps=3 format=3 uid="uid://584orsojewxv"]
[ext_resource type="Script" uid="uid://dk531tymxg2i" path="res://GestureArea.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://csyb8ij530w1l" path="res://CubeScene.tscn" id="2"]
[ext_resource type="Script" uid="uid://dsefg6y34mer7" path="res://GestureArea.gd" id="1"]
[ext_resource type="PackedScene" uid="uid://cv4h5vfwnpj63" path="res://CubeScene.tscn" id="2"]
[node name="VBoxContainer" type="VBoxContainer"]
anchors_preset = 15

View File

@@ -2,7 +2,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://brwp8bimc75uu"
uid="uid://b76u7ksqjoq7g"
path="res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ctex"
metadata={
"vram_texture": false
@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/icon.webp-e94f9a68b0f625a567a797079e4d325f.ct
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
@@ -25,6 +27,10 @@ mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false

View File

@@ -14,7 +14,7 @@ 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."
config/tags=PackedStringArray("demo", "input", "mobile", "official")
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.4")
config/features=PackedStringArray("4.5")
config/icon="res://icon.webp"
[debug]