Envision, Create, Share

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.

font issues

Hi, I've recently changed my font to a custom font. Unfortunately there are still a couple places it looks like the default font:

The title screen where you pick new/continue/end

The main/party menu

Item screen

skill screen

save screen

status/equipment are find, the rest are not. How would I alter those remaining ones? I went through script by script and searched for 'font' and thought I switched thema ll but I guess not...?
 
Here is how I changed the default font for the entire game. You may have just changed the font in your message box window. Add the following as the very first thing in Game_Temp.

Font.default_name = "Invitation"
Font.default_size = 21
Font.default_bold = false
Font.default_italic = false
Font.default_color = Color.new(255,255,255,255)

The name of the font you want to use goes in the " ".
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top