bg colour
This commit is contained in:
parent
1c6ac6e811
commit
13ea04c3e1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Quox(Application):
|
||||||
self.quox_sprite(ctx)
|
self.quox_sprite(ctx)
|
||||||
|
|
||||||
def clear(self, ctx):
|
def clear(self, ctx):
|
||||||
ctx.rgb(0, 0, 0) \
|
ctx.rgb(0, .1, .15) \
|
||||||
.rectangle(-120, -120, 240, 240) \
|
.rectangle(-120, -120, 240, 240) \
|
||||||
.fill()
|
.fill()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue