Add a single background color #76

Merged
CoCo_Sol merged 4 commits from add-background into main 2024-03-09 16:15:26 +00:00

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)));
}
}