Fix player hitbox after invincibility
This commit is contained in:
parent
b26c4a4be0
commit
c4bdfcba8d
2 changed files with 13 additions and 0 deletions
|
@ -8,4 +8,5 @@ collision_mask = 0
|
|||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Collider" type="CollisionShape2D" parent="."]
|
||||
|
||||
[connection signal="area_entered" from="." to="." method="_on_Hitbox_area_entered"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue