#How to make transparent pixels click through?
5 messages · Page 1 of 1 (latest)
Unless you are adding an additional Window for this, set it on the game's own Window with Node.get_window()
thank you! 🙂
but wouldnt this make everything pass through? how would you interact with the little fella
In that case you would keep that property as false and set mouse_passthrough_polygon
Altho it only supports polygons, so it may be tricky to make it match the game.
Altho i am not sure if pass trough means "ignore". I think it just means that both can catch inputs.