Originally posted by Elitexboxer
self.menu.background = self drawShader("em_bg_flag_germany", -200, -100, 183, 1000, (255, 255, 255), 0, 0);
I want to make this like streched out more
Look at the arguments of the drawShader function. There should be width and height. So if the function is
drawShader(x, y, width, height)
then you would need to change the third number to make it wider.