Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you so much for playing and for your kind words! I do apologize for the Narrat UI being confusing, I was not sure how to disable certain features (such as the save/load system and the Skills menu). Once the jams end, I would like to take another crack at disabling those features and update the build. Thank you for your feedback, I really appreciate it!

(+2)

TOTALLY get it with using an unfamiliar tool (and naturally I understood that that was what going on). I'm glad you got to use the jam to try something new!

(1 edit) (+1)

if it helps, for my one, i added 

.menu-toggle-button {
  size: 0px;
  font-size: 0px;
  opacity: 0;
}

to main.css to make them basically invisible/unclickable! i couldn't figure out how to just do the skills but since mine didn't have sound i wasn't super bothered about the volume or text speed controls either

Ooooh, thank you so much! Gonna add this in to the files once the jam ends, seriously thanks!!