Originally posted by EAGLES1135
I'm just trying to add a shader to the menu if u can edit it for me it would be great
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.