In essence it's a for loop that draws circles, and adds a corresponding hitbox to each of them. What's complicated comes more from calculating the distance between each part of the chain. In this case i'm just using a lerp function + a sine one so it undulates.
1 likes 1 replies
?