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.

I am sorry but somebodies can help me??

Anonymous

Guest

I didn't quite understand that? Did you mean you was trying to change the fonts size editing the main script? There shouldn't be a font size method in the main script.

Do you want the font size to change throughout the whole game?
 
Infact i want to change the text size of UMS script it is too big and i don't found the ligne.
Whan i modify the fontsize it's don't work with message in game the text is always too big.
 

Anonymous

Guest

What font size problem are you having? is it all the windows or is it only specific ones?

I can fix it, just need to know which windows.
 

Anonymous

Guest

@sabao: Yes I know, that's why I am modifying the script.

@Nikita749: I do have a super easy way to fix it though but it changes font size on all text in the game.
 
go in to the script, press ctrl + f then type ".contents.font.size" then search, that will bring you to the line of all things for font size, might take a bit of time to find the one you are looking for
 
Cool thank you

Erf there are too much things.

On the bottom right side of your post, there is an edit button, it lets you edit your post. As double posting is against the rules, I suggest you use it! - Andy

Please The Arbiter or somebody else help me please. I would change all text size in the game at 24, because in the scipt the text size is really too big :mad: and don't find the exact lines which make it O_o and i don't want to enlarge window size. Please i become crazy @_@
 

Anonymous

Guest

24 is too big.

Code:
class Font
  begin
    Font.default_name = "Rod"
    Font.default_size = 20
    Font.default_bold = false
  end
end

Add this in a new script above main.

Change font name to whatever font you want, and change the size number until you find one you want, you can also make it bold by changing false to true.

Sorry I took so long. Been busy.
 

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