Add a single background color (#76)
All checks were successful
Rust Checks / checks (push) Successful in 3m14s

Reviewed-on: fish-canard/border-wars#76
Reviewed-by: Tipragot <contact@tipragot.fr>
Co-authored-by: CoCo_Sol007 <solois.corentin@gmail.com>
Co-committed-by: CoCo_Sol007 <solois.corentin@gmail.com>
This commit is contained in:
CoCo_Sol 2024-03-09 16:15:23 +00:00 committed by CoCo_Sol
parent a731205a3d
commit 445bc5e10e

View file

@ -14,7 +14,8 @@ impl Plugin for RendererPlugin {
.add_systems(
Update,
render_map.run_if(in_state(crate::CurrentScene::Game)),
);
)
.insert_resource(ClearColor(Color::rgb_u8(129, 212, 250)));
}
}