← Back to context

Comment by dmitrygr

3 months ago

Honey, a new incantation to summon Cthulhu just dropped.

    pub fn randomize_paperdoll<C: Component>(
        mut commands: Commands,
        views: Query<(Entity, &Id<Spine>, &Id<Paperdoll>, &View<C>), Added<SkeletonController>>,
        models: Query<&Model<C>, Without<Paperdoll>>,
        attachment_assets: Res<AttachmentAssets>,
        spine_manifest: Res<SpineManifest>,
        slot_manifest: Res<SlotManifest>,
    ) {