phronmophobic/membrane

Allow background color of the window to be set

phronmophobic opened this issue · 1 comments

Allow background color of the window to be set

Workaround by drawing a large filled rectangle. Something like:

[(ui/filled-rectangle [0.9 0.9 0.9]
                        2000 2000)
 the-rest-the-ui]