Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

150 words should not be a problem, the window bitmap can have a maximum height of 10 windows tall, so unless your game screen is very small there should be enough height there to handle 150 words. You can try editing the .js file, on line 6984 try increasing the number from 10 to something bigger like 20.

For example change this:
const heightMultiplier = 10;
to this:
const heightMultiplier = 20;

yeah i have the default screen resolution in my game does it affect it? and also thank youu i will try editing the file as well!♥️

(2 edits)

hello again sorry for yhe late reply, i could not find where the const heightMultiplier is in the encyclopedia js file and the code is only 2586 lines 

Hi, if the code is only 2586 lines long that sounds like it is very out of date. It should be 8565 lines long. You should try updating to see if that fixes whatever problem you are having.

sorry for the mistake. the words that im trying to put is more then 350 words