Skip to main content

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

for some reason changing options doesnt make effects the default breath is too fast

Open the .js in Notepad and find Line 26.

const defaultSpeed = Number(parameters['DefaultSpeed'] || 0.11);

Change the number here to what you want. I chose 0.06 and it slowed it down nicely.