mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-08 00:40:08 +01:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ci5b7o7h2bmj0"
|
||||
uid="uid://b1px2dsiv4fjd"
|
||||
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://bdikev0kwlu1g
|
||||
uid://db1rlmm1lqfb1
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://crrvxnm6s4ssm
|
||||
uid://6gcil5jhkod3
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dqailbm8vcpf5"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://db3nuuj3pqwor"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://crrvxnm6s4ssm" path="res://split_screen.gd" id="1_4fp0b"]
|
||||
[ext_resource type="Script" uid="uid://mplfqw0th285" path="res://sub_viewport_container.gd" id="2_v8t84"]
|
||||
[ext_resource type="Texture2D" uid="uid://ci5b7o7h2bmj0" path="res://icon.svg" id="4_787wn"]
|
||||
[ext_resource type="Script" uid="uid://6gcil5jhkod3" path="res://split_screen.gd" id="1_4fp0b"]
|
||||
[ext_resource type="Script" uid="uid://phh002xa445q" path="res://sub_viewport_container.gd" id="2_v8t84"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1px2dsiv4fjd" path="res://icon.svg" id="4_787wn"]
|
||||
[ext_resource type="Script" uid="uid://b7p2tpqjka6jq" path="res://player.gd" id="5_1qhfw"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_m48mh"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ccutmhshaoqih"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b6rmkiaj8404h"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bdikev0kwlu1g" path="res://root.gd" id="1_2itit"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqailbm8vcpf5" path="res://split_screen.tscn" id="1_mcbdt"]
|
||||
[ext_resource type="Script" uid="uid://db1rlmm1lqfb1" path="res://root.gd" id="1_2itit"]
|
||||
[ext_resource type="PackedScene" uid="uid://db3nuuj3pqwor" path="res://split_screen.tscn" id="1_mcbdt"]
|
||||
|
||||
[node name="Node" type="Node"]
|
||||
script = ExtResource("1_2itit")
|
||||
@@ -15,7 +15,7 @@ grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="SplitScreen1" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
@@ -28,7 +28,7 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="SplitScreen2" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
@@ -42,7 +42,7 @@ grow_vertical = 2
|
||||
init_position = Vector2(132, 0)
|
||||
|
||||
[node name="SplitScreen3" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
@@ -56,7 +56,7 @@ grow_vertical = 2
|
||||
init_position = Vector2(0, 132)
|
||||
|
||||
[node name="SplitScreen4" parent="." instance=ExtResource("1_mcbdt")]
|
||||
anchors_preset = -1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
|
||||
@@ -1 +1 @@
|
||||
uid://mplfqw0th285
|
||||
uid://phh002xa445q
|
||||
|
||||
Reference in New Issue
Block a user