Hey everyone!
I am trying to draw a ton of small arrows, which I then set the positions of, and rotate around the center of the arrow. Right now I'm doing it with regular lines and it's working fine, but I eventually want arrows. However, it would be a pain in the ass to rotate the two lines that make the head of the arrow around the center of the thing:
So my question is, is there any way to group the lines together so that I can manipulate them as a single, larger object?
Thanks!!