Function bones_framework::animation::animate_sprites

source ยท
pub fn animate_sprites(
    time: Res<'_, Time>,
    entities: Res<'_, Entities>,
    atlas_sprites: CompMut<'_, AtlasSprite>,
    animated_sprites: CompMut<'_, AnimatedSprite>,
)
Expand description

System for automatically animating sprites with the AnimatedSprite component.