mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -1 +1 @@
|
||||
uid://ckpav307n5x6t
|
||||
uid://bjnncfafu41b2
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://0wvorcdh1xf8"
|
||||
uid="uid://o4lw4bw6g1d4"
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="Autoload (Singletons)"
|
||||
config/description="This demo shows how to use autoloads to change between scenes."
|
||||
config/tags=PackedStringArray("best_practices", "demo", "official")
|
||||
run/main_scene="res://scene_a.tscn"
|
||||
config/features=PackedStringArray("4.4")
|
||||
config/features=PackedStringArray("4.5")
|
||||
run/low_processor_mode=true
|
||||
config/icon="res://icon.webp"
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://q7akmme21y0k
|
||||
uid://6i62qwq4wfkt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://6xgdg1bmya7c"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cv6m1tga3p6cj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://q7akmme21y0k" path="res://scene_a.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://6i62qwq4wfkt" path="res://scene_a.gd" id="1"]
|
||||
|
||||
[node name="SceneA" type="Panel"]
|
||||
anchors_preset = 15
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://b1mph1gwcg8l8
|
||||
uid://bv1xtp2kps6ng
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cmu1caqo7k7wy"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dqume2blug8ck"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b1mph1gwcg8l8" path="res://scene_b.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://bv1xtp2kps6ng" path="res://scene_b.gd" id="1"]
|
||||
|
||||
[node name="SceneB" type="Panel"]
|
||||
anchors_preset = 15
|
||||
@@ -13,6 +13,7 @@ size_flags_vertical = 2
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 48.0
|
||||
offset_right = 164.0
|
||||
@@ -21,6 +22,7 @@ size_flags_vertical = 0
|
||||
text = "This is scene B."
|
||||
|
||||
[node name="GoToSceneA" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 128.0
|
||||
offset_right = 277.0
|
||||
|
||||
Reference in New Issue
Block a user