Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The Linux version for v1.0.2 is giving me a "TypeError undefined is not a function" on start up. Linux Mint 20.2 xfce.
Any suggestions to fix it?

I had the same problem, also with Mint. The "Game" (desktop) file does not work so you tried to run "Game" (the binary file) instead? Wrong (I made the same mistake first because it seems obvious). But if you take a look into the "Game" desktop file, it does NOT link to "Game" (binary) but to a binary called "nw" instead. (No idea why they did this, it seems confusing on purpose). So to run the game make "nw" executeable, open a terminal and run "./nw". Now it works.