Hi! I have a hitbox and I want to activate it’s physics on a specific frame of an animation, could someone help me please?
There’s an ANIMATION_UPDATE event where you can check the frameKey
arg in the callback, then toggle body.enable
.
@samme thanks, do you have an example bro?