Function de_controller::hud::minimap::nodes::update_resolution

source ·
fn update_resolution(
    commands: Commands<'_, '_>,
    images: ResMut<'_, Assets<Image>>,
    query: Query<'_, '_, (Entity, &Node), (Changed<Node>, With<MinimapNode>)>
)