
How do you signal the player died when they're out of bound (fall from the boundary)?
Some people mentioned using the player's global position, but I have to set them on the player node every single level.
I was thinking to use Area2D as a Death Line/Zone. When the body exits, it will delete/signal died.