Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

thank you for the template!! 💗

for anyone who wants to hide the scrollbar, add this into the .passage class in story stylesheet:

.passage {

  scrollbar-width: none; 

 -ms-overflow-style: none;

}