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 +1 @@
uid://dmkhqnbfmwl2x
uid://cwpd1hb6r814m

View File

@@ -2,7 +2,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bihgw3ua5f47b"
uid="uid://beqj6rsusf07j"
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

@@ -1 +1 @@
uid://tqgoio0xyygf
uid://btatgn7xlogjk

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://ds1y65r8ld026"]
[gd_scene load_steps=4 format=3 uid="uid://c2c0pl5bga2qv"]
[ext_resource type="Script" uid="uid://tqgoio0xyygf" path="res://os_test.gd" id="1"]
[ext_resource type="Script" uid="uid://dmkhqnbfmwl2x" path="res://actions.gd" id="4"]
[ext_resource type="Script" uid="uid://btatgn7xlogjk" path="res://os_test.gd" id="1"]
[ext_resource type="Script" uid="uid://cwpd1hb6r814m" path="res://actions.gd" id="4"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dl4cr"]

View File

@@ -19,7 +19,7 @@ In a nutshell, this demo shows how you can get information from the
operating system, or interact with the operating system."
config/tags=PackedStringArray("demo", "official", "porting")
run/main_scene="res://os_test.tscn"
config/features=PackedStringArray("4.4")
config/features=PackedStringArray("4.5")
run/low_processor_mode=true
config/icon="res://icon.webp"