fixed up some damage number bugs
This commit is contained in:
@@ -17,10 +17,10 @@ height = 0.56
|
||||
|
||||
[node name="Dog" instance=ExtResource("1_aormu")]
|
||||
|
||||
[node name="Sprite3D" parent="." index="1"]
|
||||
[node name="Sprite3D" parent="." index="0"]
|
||||
texture = SubResource("ViewportTexture_c5uwa")
|
||||
|
||||
[node name="crystal_enemy" parent="." index="7" instance=ExtResource("2_myjng")]
|
||||
[node name="crystal_enemy" parent="." index="6" instance=ExtResource("2_myjng")]
|
||||
|
||||
[node name="RemoteTransform3D" type="RemoteTransform3D" parent="crystal_enemy/Cube_001" index="0"]
|
||||
remote_path = NodePath("../../../MiniHitbox2")
|
||||
@@ -32,27 +32,30 @@ remote_path = NodePath("../../../MiniHitbox")
|
||||
autoplay = "Spin"
|
||||
speed_scale = 2.0
|
||||
|
||||
[node name="MainHitbox" type="CollisionShape3D" parent="." index="8"]
|
||||
[node name="MainHitbox" type="CollisionShape3D" parent="." index="7"]
|
||||
shape = SubResource("CapsuleShape3D_c5uwa")
|
||||
script = ExtResource("3_myjng")
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="MiniHitbox" type="CollisionShape3D" parent="." index="9"]
|
||||
[node name="MiniHitbox" type="CollisionShape3D" parent="." index="8"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.601335, 0.59523, 0)
|
||||
shape = SubResource("CapsuleShape3D_d7aub")
|
||||
script = ExtResource("3_myjng")
|
||||
critical_zone = true
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[node name="MiniHitbox2" type="CollisionShape3D" parent="." index="10"]
|
||||
[node name="MiniHitbox2" type="CollisionShape3D" parent="." index="9"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.599804, -0.600394, 0)
|
||||
shape = SubResource("CapsuleShape3D_d7aub")
|
||||
script = ExtResource("3_myjng")
|
||||
critical_zone = true
|
||||
metadata/_custom_type_script = "uid://cummt2be3r1gq"
|
||||
|
||||
[connection signal="took_damage" from="MainHitbox" to="Health" method="take_damage"]
|
||||
[connection signal="took_damage" from="MiniHitbox" to="Health" method="take_damage"]
|
||||
[connection signal="took_damage" from="MiniHitbox2" to="Health" method="take_damage"]
|
||||
[connection signal="recieved_effect" from="MainHitbox" to="StatusEffector" method="add_effect"]
|
||||
[connection signal="took_damage" from="MainHitbox" to="." method="take_damage"]
|
||||
[connection signal="recieved_effect" from="MiniHitbox" to="StatusEffector" method="add_effect"]
|
||||
[connection signal="took_damage" from="MiniHitbox" to="." method="take_damage"]
|
||||
[connection signal="recieved_effect" from="MiniHitbox2" to="StatusEffector" method="add_effect"]
|
||||
[connection signal="took_damage" from="MiniHitbox2" to="." method="take_damage"]
|
||||
|
||||
[editable path="crystal_enemy"]
|
||||
|
||||
Reference in New Issue
Block a user