How would I go about converting
function init()
winX, winY = getMainWindowSize()
createMiniConsole("aff_display", winX-145,0,130,400)
setBackgroundColor("aff_display", 150, 150, 150, 255)
setMiniConsoleFontSize( "aff_display", 10 )
setFgColor("aff_display", 10, 0, 0)
setBgColor("aff_display", 150, 150, 150)
into x y and height and width percentages.. I know how to do the coloring and other stuff just yeah need to change the values to maintain consistent coding throughout my gui
0
Comments
Edit: refreshAffs() I think is the one. Not home, so hard for me to reference. .