攻击判定系统重构
parent
5045b00225
commit
198a414342
@ -0,0 +1,10 @@
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://bnfnjdw0tms3h"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_661yg"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_87jhu"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_661yg")
|
||||
shape = SubResource("BoxShape3D_87jhu")
|
||||
offset = Vector2(0.5, 0.5)
|
||||
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://diedb7vw7eyxp"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_hxvsy"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_87jhu"]
|
||||
size = Vector3(1.6, 1.2, 1.2)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hxvsy")
|
||||
shape = SubResource("BoxShape3D_87jhu")
|
||||
offset = Vector2(0.8, 0.6)
|
||||
@ -1,10 +1,10 @@
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=2 format=3 uid="uid://bqejjllfy03h3"]
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://bqejjllfy03h3"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_d4mqn"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_87jhu"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_d4mqn")
|
||||
height = 1.0
|
||||
radius = 0.0
|
||||
size = Vector2(1, 1)
|
||||
offset = Vector2(0.5, 0)
|
||||
shape = SubResource("BoxShape3D_87jhu")
|
||||
offset = Vector2(0.5, 0.5)
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=2 format=3 uid="uid://57sukcw6ewqo"]
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://57sukcw6ewqo"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_8rhve"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_pmh6g"]
|
||||
height = 1.0
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_8rhve")
|
||||
height = 1.0
|
||||
radius = 0.5
|
||||
size = Vector2(0, 0)
|
||||
shape = SubResource("CylinderShape3D_pmh6g")
|
||||
offset = Vector2(0, 0)
|
||||
|
||||
Loading…
Reference in New Issue