Ejemplo n.º 1
0
 private bool mouseColliding(Sprite3 s)
 {
     return(s.insideOrEq(PlayerInput.mousePosition.X, PlayerInput.mousePosition.Y));
 }