Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I noticed that after leaving regions (cave, church, etc.), the regions go back to being dark (as if they had never been entered). Is that deliberate? I wasn't sure what had changed between attacking the orb and not.

Also, and this is more related to itch.io, but on the desktop app there doesn't seem (as far as I can see) any wrapping system to run commands on top of the game. For example, on Linux, to get the game to run with nvidia, I need to call primusrun <executable>. Would it be possible if, at least on Linux builds, the game entrypoint is a bash script? Something like

#!/bin/bash
./DontBiteMeBro_v102_LINUX.x86_64

so that Linux users can modify it to include the their choice of wrapper?