Change Background Color to something less eyes-burning

This commit is contained in:
2022-05-09 14:11:03 +02:00
parent fe52b3dfc6
commit 43afd03fc4
+1 -1
View File
@@ -85,7 +85,7 @@ impl GameState{
impl State for GameState{
fn draw(&mut self, ctx: &mut Context) -> tetra::Result {
graphics::clear(ctx,Color::rgb(0.329,0.584,0.929));
graphics::clear(ctx,Color::hex("#CCCCCC"));
self.player1.texture.draw(ctx,self.player1.position);
self.player2.texture.draw(ctx,self.player2.position);