Godot 4.4 Upgrade

This commit is contained in:
derek
2025-03-05 09:27:42 -06:00
parent 0da561f425
commit 9a7013a0a5
589 changed files with 1500 additions and 959 deletions

View File

@@ -1,12 +1,14 @@
[gd_scene load_steps=11 format=3 uid="uid://dyt8c2xqmddo2"]
[ext_resource type="Script" path="res://demo/src/DemoScene.gd" id="1_k7qca"]
[ext_resource type="Script" uid="uid://8atelq27qxnq" path="res://demo/src/DemoScene.gd" id="1_k7qca"]
[ext_resource type="PackedScene" uid="uid://bb2lp50sjndus" path="res://demo/components/Environment.tscn" id="2_2yeq8"]
[ext_resource type="PackedScene" uid="uid://dwnhqfjq7v1pq" path="res://demo/components/Borders.tscn" id="3_cw38j"]
[ext_resource type="PackedScene" uid="uid://domhm87hbhbg1" path="res://demo/components/Player.tscn" id="3_ht63y"]
[ext_resource type="PackedScene" uid="uid://d2jihfohphuue" path="res://demo/components/UI.tscn" id="4_gk532"]
[ext_resource type="Terrain3DAssets" uid="uid://dal3jhw6241qg" path="res://demo/data/assets.tres" id="7_mnexy"]
[sub_resource type="Resource" id="Resource_4sph2"]
metadata/__load_path__ = "res://demo/components/Player.tscn"
[sub_resource type="Gradient" id="Gradient_vs32v"]
offsets = PackedFloat32Array(0.3, 1)
colors = PackedColorArray(1, 1, 1, 1, 0, 0, 0, 1)
@@ -54,7 +56,7 @@ script = ExtResource("1_k7qca")
[node name="Borders" parent="." instance=ExtResource("3_cw38j")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 512, 0, 512)
[node name="Player" parent="." instance=ExtResource("3_ht63y")]
[node name="Player" parent="."]
transform = Transform3D(0.134125, 0, -0.990965, 0, 1, 0, 0.990965, 0, 0.134125, 568, 85, -1926)
[node name="Terrain3D" type="Terrain3D" parent="."]