private bool mouseColliding(Sprite3 s) { return(s.insideOrEq(PlayerInput.mousePosition.X, PlayerInput.mousePosition.Y)); }