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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit eb883dee08 - Show all commits

View file

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