(As mentioned in #85) This is rather simple in terms of click detection, just check which sprite is under the cursor on a mousedown event. But how would we implement it? An `onClick()` function for sprites?
(As mentioned in #85)
This is rather simple in terms of click detection, just check which sprite is under the cursor on a mousedown event.
But how would we implement it? An
onClick()function for sprites?