bg colour

This commit is contained in:
rhiannon morris 2023-08-17 21:48:28 +02:00
parent 1c6ac6e811
commit 13ea04c3e1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Quox(Application):
self.quox_sprite(ctx)
def clear(self, ctx):
ctx.rgb(0, 0, 0) \
ctx.rgb(0, .1, .15) \
.rectangle(-120, -120, 240, 240) \
.fill()