Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I fixed it by adding this to the namebox width calculation override:

                cleanName = cleanName.startsWith('\\c[') ? cleanName.replace(/^\\c\[[^\]]*\]/, '') : cleanName;