So i have a Hitbox and a Hurtbox both are Area2D’s. I want to spawn an effect at the “exact” point of collision. However you can’t get the exact point of collision on Area2D’s?
I don’t want to spawn the impact effect at the global position of the 2 Areas because it will be very inaccurate with large hurt/hitboxes.
How would i go about doing this?