I have RPGVX and i got it to change the font....BUT...I can't seem to change the color! i want black fonts for the whole game....I've tried different color codes
but i keep getting white ....AAGGGHHH!
here is the code i'm using:
class Font
begin
Font.default_color = Color.new(0,0,0,255)
Font.default_name = "BoBsFrAnTiC"
Font.default_size = 20
Font.default_bold = false
end
end
but i keep getting white ....AAGGGHHH!
here is the code i'm using:
class Font
begin
Font.default_color = Color.new(0,0,0,255)
Font.default_name = "BoBsFrAnTiC"
Font.default_size = 20
Font.default_bold = false
end
end