From cb677ce5a6276dbbcae23b096fa60640aa2fc992 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Thu, 3 Apr 2025 19:11:29 +0300 Subject: [PATCH] Updated to Godot 4.4 --- player/player.gd.uid | 1 + player/player.tscn | 2 +- project.godot | 2 +- skin/the-knight.glb.import | 1 + skin/the-knight.tscn | 5 +---- skin/the_knight.gd.uid | 1 + test/test.gd.uid | 1 + test/test.tscn | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 player/player.gd.uid create mode 100644 skin/the_knight.gd.uid create mode 100644 test/test.gd.uid diff --git a/player/player.gd.uid b/player/player.gd.uid new file mode 100644 index 0000000..031c068 --- /dev/null +++ b/player/player.gd.uid @@ -0,0 +1 @@ +uid://bbld5gjnnjdd0 diff --git a/player/player.tscn b/player/player.tscn index 2589c61..804e5fe 100644 --- a/player/player.tscn +++ b/player/player.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=3 uid="uid://chtr62feiltax"] [ext_resource type="PackedScene" uid="uid://bgmpst4q8lyw2" path="res://skin/the-knight.tscn" id="1_3dem8"] -[ext_resource type="Script" path="res://player/player.gd" id="1_lnm7a"] +[ext_resource type="Script" uid="uid://bbld5gjnnjdd0" path="res://player/player.gd" id="1_lnm7a"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ew3kx"] radius = 0.149709 diff --git a/project.godot b/project.godot index aa313d1..a7ed1a6 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="The Knight" run/main_scene="res://test/test.tscn" -config/features=PackedStringArray("4.3", "Forward Plus") +config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg" [display] diff --git a/skin/the-knight.glb.import b/skin/the-knight.glb.import index 253eb74..9ec2724 100644 --- a/skin/the-knight.glb.import +++ b/skin/the-knight.glb.import @@ -18,6 +18,7 @@ nodes/root_name="" nodes/apply_root_scale=true nodes/root_scale=1.0 nodes/import_as_skeleton_bones=false +nodes/use_node_type_suffixes=true meshes/ensure_tangents=true meshes/generate_lods=true meshes/create_shadow_meshes=true diff --git a/skin/the-knight.tscn b/skin/the-knight.tscn index d6469c2..ee2da3d 100644 --- a/skin/the-knight.tscn +++ b/skin/the-knight.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=24 format=3 uid="uid://bgmpst4q8lyw2"] [ext_resource type="PackedScene" uid="uid://dd5nled5di42i" path="res://skin/the-knight.glb" id="1_mro73"] -[ext_resource type="Script" path="res://skin/the_knight.gd" id="2_ofwyo"] +[ext_resource type="Script" uid="uid://bff7glxams5jr" path="res://skin/the_knight.gd" id="2_ofwyo"] [sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_jdlj7"] animation = &"attack-up" @@ -144,10 +144,8 @@ bones/10/rotation = Quaternion(0.998928, -7.0842e-08, 1.2262e-07, 0.0462933) bones/10/scale = Vector3(1, 1, 1) bones/11/rotation = Quaternion(-1.49011e-08, 1.19352e-07, -7.64426e-08, 1) bones/12/rotation = Quaternion(0.119238, -1.18216e-07, 6.03186e-08, 0.992866) -bones/12/scale = Vector3(1, 1, 1) bones/13/rotation = Quaternion(1.11759e-08, 6.38114e-08, -1.74988e-08, 1) bones/14/rotation = Quaternion(-0.547448, -1.07996e-07, -2.47164e-07, 0.83684) -bones/14/scale = Vector3(1, 1, 1) bones/15/rotation = Quaternion(-5.94909e-08, 0.961249, -0.275682, 1.41077e-07) bones/15/scale = Vector3(1, 1, 1) bones/16/position = Vector3(-0.0733334, 0.262039, -0.00743998) @@ -155,7 +153,6 @@ bones/16/rotation = Quaternion(0.998928, 5.62744e-08, -1.21945e-07, 0.0462933) bones/16/scale = Vector3(1, 1, 1) bones/17/rotation = Quaternion(-1.11759e-08, -1.19575e-07, 6.18592e-08, 1) bones/18/rotation = Quaternion(0.119238, 1.18438e-07, -6.03452e-08, 0.992866) -bones/18/scale = Vector3(1, 1, 1) bones/19/rotation = Quaternion(1.86264e-08, -6.38114e-08, 1.74988e-08, 1) bones/20/rotation = Quaternion(-0.547448, 1.07996e-07, 2.47164e-07, 0.83684) bones/20/scale = Vector3(1, 1, 1) diff --git a/skin/the_knight.gd.uid b/skin/the_knight.gd.uid new file mode 100644 index 0000000..574f6e3 --- /dev/null +++ b/skin/the_knight.gd.uid @@ -0,0 +1 @@ +uid://bff7glxams5jr diff --git a/test/test.gd.uid b/test/test.gd.uid new file mode 100644 index 0000000..ec7b65e --- /dev/null +++ b/test/test.gd.uid @@ -0,0 +1 @@ +uid://bmjiftmonnio4 diff --git a/test/test.tscn b/test/test.tscn index 31af7b6..81715e8 100644 --- a/test/test.tscn +++ b/test/test.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=11 format=3 uid="uid://bvydwnbie3pv4"] -[ext_resource type="Script" path="res://test/test.gd" id="1_gmol0"] +[ext_resource type="Script" uid="uid://bmjiftmonnio4" path="res://test/test.gd" id="1_gmol0"] [ext_resource type="PackedScene" uid="uid://chtr62feiltax" path="res://player/player.tscn" id="1_ytdba"] [ext_resource type="PackedScene" uid="uid://dbthgkok84ru0" path="res://test/block.tscn" id="2_8u8xb"] [ext_resource type="PackedScene" uid="uid://b2dfg5tywfl7q" path="res://test/lamp.tscn" id="4_e2oge"] -- 2.47.2