Anchor angle messes the rope #48
Answered
by
mphe
CraneMan1993
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mphe
Feb 22, 2026
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Yes, that's how the anchor works. It snaps to the rope and rotates perpendicular to the rope's surface at that position. If you add children, they will inherit the same transformation. It shouldn't cause any issues in the future, there is really no difference if the sprite has additional transformation or not.
If you have only one child node like your sprite, it suffices to counter-rotate only that node. If you have multiple nodes it makes sense to use an intermediate node like I said before instead of rotating all of them manually.