by YeynideAdd into Main
Code:
Code:Font.default_name = aString Font.default_size = anInteger Font.default_bold = aBoolean Font.default_italic = aBoolean Font.default_color = Color.new(r,g,b,a)
Change def normal_color in Window_Base to:
Code:
Code:def normal_color return Font.default_color (r,g,b,a) end
So does aString mean the name of the font, (i.e njnaruto), anInteger the size
(i.e 18). Color.new mean the colours (i.e 255,255,255,255.) What is the default bold and italic for RMXP? When I delete line 2-3, it's still in the original font. How to I fix this? Please help, if so, special thanks for you.:yes:
Thanks in advance
(Sasuke446) XD