Function jumpy::core::attachment::update_attachments
source ยท pub fn update_attachments(
time: Res<'_, Time>,
entities: Res<'_, Entities>,
sprites: CompMut<'_, Sprite>,
attachments: Comp<'_, Attachment>,
attachment_easings: CompMut<'_, AttachmentEasing>,
invincibles: Comp<'_, Invincibility>,
transforms: CompMut<'_, Transform>,
atlas_sprites: CompMut<'_, AtlasSprite>,
)Expand description
System to update the transforms of entities with the Attachment component.