0


i know where to change the color of trents menu but how its not in rbg or html so what format do i need to use to change color
LOL no offense but
First line in the mod menu.gsc
My guess is that its in RGB format
Code:precacheMenuResources() { self._background["color"] = ( 0/255, 46/255, 79/255 ); self._text["color"] = ( 77/255, 213/255, 240/255 ); self._header["color"] = ( 0/255, 138/255, 57/255 ); self._notification["color"] = ( 255/255, 255/255, 255/255 );
Last edited by Shinigami; 07-11-2011 at 04:47 PM.
it's RGB
Bookmarks