Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 379 Bytes

Testing Mouse Events

I would expect that the event "mouse_entered" would trigger when my mouse pointer enters the CollisionShape2D object. It does not, however. Am I doing something wrong or am I misinterpreting the event?

Solution

Right, found it, I need to set pickable to on in the KineticBody2D. I was looking for that parameter in the CollisionShape2D instead.