Skip to main content

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

hey is there a way to increase font size it is a bit small on a higher resolution? 

(1 edit)

There's no plugin parameter for it, but you can edit directly in the code. Open GBCCoffee_NinjaSagaSkillEquip.js in a text editor, and on the line where it says:

this.contents.fontSize = 10;

Is where you'll want to edit. Change 10 to whatever number is to your preference.

thx worked out perfectly