Skip to main content

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

You would want to find and comment out the following in app.js

var tmp = editor.getOption("fontSize") + delta;
editor.setOption("fontSize",tmp);

I'll see about adding a checkbox for that later