Set the offset for each frame image in AnimatedSprite2D #8325
Closed
xiaoliang6669
started this conversation in
2D
Replies: 1 comment
-
Thanks for the proposal! Consolidating in #2060. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
“Setting an individual offset for each frame in AnimatedSprite2D, rather than sharing a single offset across all frames, can be beneficial. The offset attribute in the panel could be modified to an array representing the offset of each frame. This is particularly useful for animations with large movements, as it allows for space-saving frame animations. Dynamically controlling the offset position of each frame is the best choice. Although there are other ways to achieve this, they tend to be more complicated. Adding this feature to AnimatedSprite2D would be the optimal solution.”
Beta Was this translation helpful? Give feedback.
All reactions