Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
How.. how.. how.. do... do... i...i...
Okay lets cut to the crap, I need to know how to change the font on the titlescreen to be different form the one ingame... anyone?
class Font
alias_method :seph_fontfortitlechange_font_init, :initialize
def initialize
seph_fontfortitlechange_font_init
if $scene != nil && $scene.is_a?(Scene_Title)
self.name = 'Verdana'
end
end
end