Change Background Color to something less eyes-burning
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user