Skip to main content

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

I THINK this is due to the prepareInputStep  where blank spaces are replaced a code 32 single-space ( "printable space") instead of the regular blank space which you typed.

Try commenting out lines 528-531 or thereabout

/* 
{                 
    pattern: ` +`,
    replaceWith: ` `
}, 
*/
(1 edit)

Hi Gnou, this does not solve the issue unfortunately :(

Edit: it was my fault all along, regex is not fun