Hey there,
in my Game, I need a pixel-perfect hittest between a few objects and a coordinate which is not the pointer.
In Arcade Physics there is a hittest(x,y) method in StaticBody but it is not pixelperfect.
The Input pointer has a pixelperfect collision option.
How can i check if a coordinate is within the not transperent pixels of a png-Sprite?