Originally posted by Vaduh
Does anybody know how to edit the color of his tu6 patch on the menu shader i want it red and its a wierd shader code if you know how to edit the color of it please let me know
I have tried everything but it just makes the whole screen black when i open it
The code
Self.mbk.x = 320;
Self.mbx.y = 0;
Self.mbk.sort = 1;
Self.mbk.alpha = 1;
Self.mbk.color = (1, 1, 1)
Slef.mbk setShader ( "black", 275, 1000 ) ;
Change Self.mbk.color = (1,1,1);
to
Self.mbk.color = (1,0,0);