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="."]

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://di5fovhcyd7re"]
[ext_resource type="Script" path="res://demo/src/Enemy.gd" id="1_yudyn"]
[ext_resource type="Script" uid="uid://cimcukvh7jjo5" path="res://demo/src/Enemy.gd" id="1_yudyn"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_lwhhq"]
height = 1.5

View File

@@ -8,7 +8,7 @@
[ext_resource type="Material" uid="uid://cso4f2iyuxpmc" path="res://demo/assets/materials/M_crystal_purple.tres" id="6_s6twx"]
[ext_resource type="Texture2D" uid="uid://br7bfxcxh60df" path="res://demo/assets/textures/rock030_alb_ht.png" id="7_pqaf8"]
[ext_resource type="Texture2D" uid="uid://cr72kjil43vgj" path="res://demo/assets/textures/rock030_nrm_rgh.png" id="8_hh7se"]
[ext_resource type="Script" path="res://demo/src/CaveEntrance.gd" id="9_fn2ke"]
[ext_resource type="Script" uid="uid://bpye6axtbsyq2" path="res://demo/src/CaveEntrance.gd" id="9_fn2ke"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0v0nf"]
transparency = 1

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://d2jihfohphuue"]
[ext_resource type="Script" path="res://demo/src/UI.gd" id="1_why5e"]
[ext_resource type="Script" uid="uid://d0otq0fkpg0nh" path="res://demo/src/UI.gd" id="1_why5e"]
[node name="UI" type="Control"]
layout_mode = 3