Files
2026-08-02 03:49:03 +07:00

34 lines
1.6 KiB
Plaintext

[gd_scene format=3 uid="uid://b7d5ynkt4f5ab"]
[ext_resource type="Script" uid="uid://bv488f4v7ly6a" path="res://addons/NPC/script/dialog_npct.gd" id="1_7lvgh"]
[ext_resource type="PackedScene" uid="uid://b41r8mfwa3mj1" path="res://addons/custmode/Models/Killers/Character_Killer_03.fbx" id="2_7lvgh"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_se2kl"]
[sub_resource type="BoxShape3D" id="BoxShape3D_diulm"]
size = Vector3(1.6360468, 1.3225784, 2.9930296)
[node name="npc" type="StaticBody3D" unique_id=2094693982]
collision_layer = 64
collision_mask = 121
script = ExtResource("1_7lvgh")
[node name="Hitbox" type="CollisionShape3D" parent="." unique_id=1852865682]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.017934263, 0.009854734, 0.019842744)
shape = SubResource("CapsuleShape3D_se2kl")
debug_color = Color(0.52798665, 0.57221377, 5.7756904e-07, 0.41960785)
[node name="DetectArea" type="Area3D" parent="." unique_id=798798411]
transform = Transform3D(1.15835, 0, 0, 0, 1.5085664, 0, 0, 0, 3.406684, 0.4316032, 0.013125002, 0.15177906)
collision_layer = 64
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DetectArea" unique_id=1961649541]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.2729469, 0.09678304, 0.4440172)
shape = SubResource("BoxShape3D_diulm")
[node name="Character_Killer_03" parent="." unique_id=1735501213 instance=ExtResource("2_7lvgh")]
transform = Transform3D(0.355, 0, 0, 0, 0.355, 0, 0, 0, 0.355, 0, -0.905, 0)
[connection signal="area_entered" from="DetectArea" to="." method="_on_detect_area_area_entered"]