I'm assuming this is a scripting issue, I'm using legally purchased RPG Maker XP. Latest version.
This is hopefully a simple solution, but I searched the forums and have not come up with anything that works. I have a windowskin with a white background, and i want to put black text on that.
I have tried this in the Main
Font.default_color = Color.new(0,0,0,255)
Font.default_name = "Arial"
Font.default_size = 20
Font.default_bold = false
I have tried changing the color palletes in the window skin png and re-importing it. But whatever I do, I seem to come up with White text.
I also tried some scripts but they didnt give me what i wanted, I dont want shadows or anything, just my plain font in black. Can anyone help?
This is hopefully a simple solution, but I searched the forums and have not come up with anything that works. I have a windowskin with a white background, and i want to put black text on that.
I have tried this in the Main
Font.default_color = Color.new(0,0,0,255)
Font.default_name = "Arial"
Font.default_size = 20
Font.default_bold = false
I have tried changing the color palletes in the window skin png and re-importing it. But whatever I do, I seem to come up with White text.
I also tried some scripts but they didnt give me what i wanted, I dont want shadows or anything, just my plain font in black. Can anyone help?