[][src]Function rust_action_heroes::entity::make_crates

pub(crate) fn make_crates(
    world: &mut World,
    sprite_sheet_handle: &Handle<SpriteSheet>,
    crate_coordinates: Vec<(i16, i16)>
) -> Vec<Entity>

Makes all crates in the level.