Fix player hitbox after invincibility

This commit is contained in:
Felipe M 2021-05-23 15:53:29 +02:00
parent b26c4a4be0
commit c4bdfcba8d
Signed by: fmartingr
GPG key ID: 716BC147715E716F
2 changed files with 13 additions and 0 deletions

View file

@ -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"]