hgmatt 3 Posted February 12, 2016 I'm sure there is an easy fix to this, but I would like to find a way to modify all font in the game to whatever colors I like. I can only find answers for the text box. Share this post Link to post Share on other sites
Shiggy 630 Posted February 12, 2016 Try to putFont.default_color = ... in the main script above rgss_main Share this post Link to post Share on other sites
hgmatt 3 Posted February 12, 2016 What would I put after =? Share this post Link to post Share on other sites
Shiggy 630 Posted February 12, 2016 A color object ,if you don't what it is look in the help or use Color.new( red ,green ,blue ) with red ,green and blue being value between 0 and 255 Share this post Link to post Share on other sites