Need help on chancing the font in VX Ace

Started by Holyrapid, November 12, 2012, 02:46:44 pm

Previous topic - Next topic

Holyrapid

I have managed to change the font by adding this to the main script:
Font.default_name = ["Arial"] # Edit as you see fit.
  Font.default_size = 22 # Edit as you see fit.

How ever, now i need a way to change the font in-game since i want a custom font on the title, and another as a speaking font...

Holyrapid


diagostimo

November 14, 2012, 03:58:41 am #2 Last Edit: November 14, 2012, 04:00:41 am by diagostimo
go into scene title, and add your code to change the font to the "command_new_game" method and the "on_load_success" method in scene load?

Holyrapid

Thanks for the help, though i got help from another site, and ended up installing a Custom Message System Called Ace Message System...