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.

Main menu Font Change Script

For the menu screen you would add this line in Window_MenuStatus under refresh and self.contents.clear
Code:
self.contents.font.name = "Rod"
change Rod to the font you wish to use.
 
kryptonator":336qbqe1 said:
For the menu screen you would add this line in Window_MenuStatus under refresh and self.contents.clear
Code:
self.contents.font.name = "Rod"
change Rod to the font you wish to use.
THANK YOU SOOOOOOOOOOOOOOOOOOOOOOOOOO MUCH Just one More Question Can You Make It BOLD and/or  UNDERLINED?
and Can You Do That With Everything
 
Then make a new space above main in the script editor and paste this code in the new space.
Code:
class Font_Type_Bold
  begin
    Font.default_name = "Rod"
    Font.default_bold = false
  end
end

Just change false to true to turn on the bold effect.
 

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