-
I add something like claw animation sprite below. It is a melee attack with 3 frames. sprite.animation.mp4How should I add hitbox to detect collision exactly same area with animation? Maybe should I make parts of weapon separately above as a components contain hitbox and make my own animation via changing |
Beta Was this translation helpful? Give feedback.
Answered by
spydon
Sep 17, 2022
Replies: 1 comment 3 replies
-
Just like you say, I would create a separate component with a hitbox for the weapon and then add a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
doowonee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just like you say, I would create a separate component with a hitbox for the weapon and then add a
MoveEffect
on that one. Or you have to change the positioning of the hitbox manually when the animation is running.