Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Morten2503

2
Posts
A member registered Dec 31, 2022

Recent community posts

(1 edit)

bug report: Delete List

using v1.4.4 win

when trying to delete a list i get this error (tested with list size of 0, 1 and 6)

ListManager.js:108  Uncaught TypeError: Cannot read properties of null (reading 'children')

    at Object.updateDefaultLists (ListManager.js:108:73)

    at HTMLInputElement.deleteList (ListManager.js:81:16)


the list won't delete unless i add something to a different list (the other list dose save the new img) and restarting the app. when adding to the other list i get more errors like the one above.

(1 edit)

Small bug report. The +-20% on the Duration in edge mode is really -80% to +20%. Replacing "(Math.random() + 0.2)" With "((Math.random() - 0.5) * 2 * 0.2 + 1)" on line 482 (file: Heat Control v1.2.5 win\resources\app\files\main.js) will make it +-20%.