Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, this is an awesome plugin but there's a thing that i wanted to ask, is it possible to add more text? because i tried to put my texts and it cuts off the other text that i pasted.🙏

Hi, I am not quite sure what you mean, could you show a picture of the issue?

(2 edits)

this contains more than 150 words i think? or soi tried to paste my texts to the description parameters and this happens.

(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