Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Some recipes require temperature ranges that are 5 wide, but the temperature setting on the Inspector panel only lets you adjust in denominations of 10, so lining them up can be pretty awkward. Is there a way that could be rectified, like making the recipe temperature ranges bigger or more centered on temps divisible by 10? Like, maybe this one could be +5 to -5 so you can aim for 0.

Edit: Also, apparently the threshold for the cooler is treated the same way irrespective of whether you're looking at inventory, product, or temperature, so I can't use the Inspector do any logic based off of how many items are inside it since the threshold goes up and down by 10 while it can only hold 6 items.

(+2)

That last thing is an oversight which I'll fix. When it comes to lining up the temperature, you can use the > setting instead of >=, so then the cryo generator is only active if its above 0 and it never drops below 0.