mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Update all demo projects for Godot 4.5 and use path-deterministic UIDs (#1258)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://btli1dajen53o"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://cdgl0r5ii433j"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bqa4r4n7b6d7s" path="res://start_vr.gd" id="1_1bvp3"]
|
||||
[ext_resource type="Script" uid="uid://c5bnmb8grcumh" path="res://collision_hands.gd" id="1_ig7tw"]
|
||||
[ext_resource type="Texture2D" uid="uid://btobyv4xjhltq" path="res://assets/pattern.png" id="2_h2yge"]
|
||||
[ext_resource type="PackedScene" uid="uid://cfgfwisj8m2mg" path="res://box.tscn" id="3_1bvp3"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7ohc2o1shtu7" path="res://wall.tscn" id="5_lquwl"]
|
||||
[ext_resource type="Script" uid="uid://buugqoh2qk24v" path="res://start_vr.gd" id="1_1bvp3"]
|
||||
[ext_resource type="Script" uid="uid://bqq7bd6sumeyb" path="res://collision_hands.gd" id="1_ig7tw"]
|
||||
[ext_resource type="Texture2D" uid="uid://bta7v3w2y42rx" path="res://assets/pattern.png" id="2_h2yge"]
|
||||
[ext_resource type="PackedScene" uid="uid://dni7upn1w04ie" path="res://box.tscn" id="3_1bvp3"]
|
||||
[ext_resource type="PackedScene" uid="uid://dpj2x4j0g3pdg" path="res://wall.tscn" id="5_lquwl"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_7dm0k"]
|
||||
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
|
||||
@@ -61,7 +61,6 @@ pose = &"grip"
|
||||
|
||||
[node name="CollisionHands3D" type="AnimatableBody3D" parent="XROrigin3D/LeftHand"]
|
||||
script = ExtResource("1_ig7tw")
|
||||
metadata/_custom_type_script = "uid://c5bnmb8grcumh"
|
||||
|
||||
[node name="OpenXRRenderManager" type="OpenXRRenderModelManager" parent="XROrigin3D/LeftHand/CollisionHands3D"]
|
||||
tracker = 2
|
||||
@@ -77,7 +76,6 @@ pose = &"grip"
|
||||
|
||||
[node name="CollisionHands3D" type="AnimatableBody3D" parent="XROrigin3D/RightHand"]
|
||||
script = ExtResource("1_ig7tw")
|
||||
metadata/_custom_type_script = "uid://c5bnmb8grcumh"
|
||||
|
||||
[node name="OpenXRRenderManager" type="OpenXRRenderModelManager" parent="XROrigin3D/RightHand/CollisionHands3D"]
|
||||
tracker = 3
|
||||
|
||||
Reference in New Issue
Block a user