diff --git a/Difficult_Rocket/client/__init__.py b/Difficult_Rocket/client/__init__.py index 192e3b2..8a159c7 100644 --- a/Difficult_Rocket/client/__init__.py +++ b/Difficult_Rocket/client/__init__.py @@ -321,7 +321,7 @@ class ClientWindow(Window): def on_draw(self): while (command := self.game.console.get_command()) is not None: self.on_command(line.CommandText(command)) - pyglet.gl.glClearColor(0.1, 0, 0, 0.0) + pyglet.gl.glClearColor(21/255, 22/255, 23/255, 0.0) self.clear() # self.draw_update(dt) # TODO: wait for pyglet 2.1 self.draw_update(float(self.SPF))