Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

What's the max number one can place? I tried 500000 but a full sentence still occasionally results in a second line... 

(1 edit) (+1)

The max number that would make sense is the width of your game window (so 1920 for a 1080p game).


The layout is in "subtitle" mode which tries to even out the length of each line. If you want the default back just delete the part that says layout "subtitle". But note that this can be annoying to read because it will make the top line closer to the max width meaning you have to move your eyes more.

Thank you for the tip! I tried both with and without  layout: subtitle. I can see now what you mean. I ended up treating the dialogue like proper subtitle  to make them visually less clunky...