Originally posted by codybenti
I'm not 100% sure what you want to do but I think you want to change the shader of the menu.
look for something called setshader. It might look similar to this.
self.blackscreen setshader("black",400,1000);
Change the black to whatever shader you want to change too.
Remember some shaders need to be precached.
I hope this helps.
Blackrain has a completely transparent background so I think I'll have to write the code myself which I don't want to do