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.
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 = 'Your Font Name Here'
end
end
end
Insert that below your other scripts, and just alter the 'Your Font Name Here'
This topic has been resolved. If bradleydfc or any other users have any questions or further problems regarding this topic, please create a new thread about them.