Set game over for character condition
This commit is contained in:
@@ -35,4 +35,12 @@ shape = SubResource("CapsuleShape3D_ayco3")
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.06805, -0.211049)
|
||||
shape = SubResource("CapsuleShape3D_fqik1")
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
offset_left = 1602.0
|
||||
offset_top = 40.0
|
||||
offset_right = 1872.0
|
||||
offset_bottom = 178.0
|
||||
text = "Hit"
|
||||
|
||||
[connection signal="body_entered" from="Pivot/Area3D" to="." method="OnHit"]
|
||||
[connection signal="pressed" from="Button" to="." method="HitDebug"]
|
||||
|
||||
Reference in New Issue
Block a user