Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Minor bug - array_sort doesn’t seem to support true/false for the sortTypeOrFunction argument on live reloads

Apparently true and false are now the actual bool type, and array_sort wants that very specifically. bool(true) works for a workaround.