Neojin
Terrarian
well, I know how that works (thanks so much though!), mostly what I was wondering was, would the projectile and mouse position work?
Code:
if (Vector2.Distance(Main.mouseWorld, projectile.position) < 16)
projectile.Kill();