pub(super) fn advance_animation_timer(
    time: Res<'_, Time>,
    timer: ResMut<'_, PlayerAnimationTimer>,
    frame: ResMut<'_, AnimationFrame>
)
Expand description

Advance the animation frame every 0.1 seconds.