From c35d849fc6d0591ef6783c7ba732bca6e938694a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 13 Feb 2024 15:22:27 +0100 Subject: [PATCH] Updated melee area radius --- client/player/Player.tscn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/player/Player.tscn b/client/player/Player.tscn index d1295ef..6728fd6 100644 --- a/client/player/Player.tscn +++ b/client/player/Player.tscn @@ -7,8 +7,8 @@ [ext_resource type="FontFile" uid="uid://b7mov13kwi8u8" path="res://assets/font/ubuntu_nf_regular.ttf" id="4_76ehj"] [ext_resource type="Skin" uid="uid://bbqyiue1vj37f" path="res://assets/hoodie/Hoodie_Skin.tres" id="4_b1tg1"] [ext_resource type="ArrayMesh" uid="uid://dbmluwi2atit" path="res://assets/hoodie/Hoodie_Mesh.res" id="5_mkrgn"] -[ext_resource type="PackedScene" uid="uid://ci3p21x2u7c6" path="res://assets/ue5/sword/SM_HeavenSword.glb" id="6_jgdba"] [ext_resource type="PackedScene" uid="uid://6jpnl6c4fdvo" path="res://player/hud/HUDComponent.tscn" id="7_fwgtd"] +[ext_resource type="PackedScene" uid="uid://qecdmrg6mbws" path="res://assets/swords/heirloom/Heirloom.blend" id="7_u8433"] [ext_resource type="PackedScene" uid="uid://x102pryt2s5a" path="res://player/movement/MovementComponent.tscn" id="8_25qd0"] [ext_resource type="PackedScene" uid="uid://d0onbq0ad1ap4" path="res://player/rotation/RotationComponent.tscn" id="9_agxqu"] [ext_resource type="PackedScene" uid="uid://bivxnxwi863o0" path="res://player/animation/AnimationComponent.tscn" id="10_bcaeg"] @@ -21,7 +21,7 @@ radius = 0.3 height = 1.6 [sub_resource type="CylinderShape3D" id="CylinderShape3D_4r7eu"] -radius = 2.0 +radius = 1.5 [node name="Player" type="CharacterBody3D" groups=["player"]] collision_layer = 512 @@ -58,8 +58,8 @@ transform = Transform3D(0, -1, 0, 0, 0, -1, 1, 0, 0, -0.609469, 1.26691, -0.0234 bone_name = "RightMiddleProximal" bone_idx = 44 -[node name="Sword" parent="Model/Female/Armature/GeneralSkeleton/BoneAttachment3D2" instance=ExtResource("6_jgdba")] -transform = Transform3D(5.96046e-08, 1, 5.96046e-08, -0.927895, -8.9407e-08, 0.372842, 0.372842, 0, 0.927895, 1.19209e-07, 2.98023e-08, 0.0228834) +[node name="Heirloom" parent="Model/Female/Armature/GeneralSkeleton/BoneAttachment3D2" instance=ExtResource("7_u8433")] +transform = Transform3D(-4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 0.197644, 0, 0) [node name="Collision" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0) @@ -106,7 +106,7 @@ libraries = { [node name="MeleeArea" type="Area3D" parent="."] unique_name_in_owner = true -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 2.32) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1.8) collision_layer = 0 collision_mask = 256 monitoring = false