Godot Version
Godot_V.4.2.2
Question
I have a CharacterBody2D and i have a sprite2D, and a area2D with a CollisionPolygon2D, area2D is a child of CharacterBody2D, i have simple code where i used signal body_entered and when player enters the Area2D it just prints("died) but for some reason it just dosent work.It is a really simple code but i really cant find solution like what am i doing wrong,i swear this program is buged
Please help