Godot Version
4.4.1
Question
How to detect clicks on enemy?
Hello everybody I’m having problem detecting clicks on the enemy. I’ve tried using a signal from the enemy’s collision shape 2d input_event signal but that didn’t seem to work
4.4.1
How to detect clicks on enemy?
Hello everybody I’m having problem detecting clicks on the enemy. I’ve tried using a signal from the enemy’s collision shape 2d input_event signal but that didn’t seem to work
does your enemy body have Input Pickable enabled in their properties?