Skip to main content

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

hello ^^ I once edited the code to input my own resolution for images; but i forgot how to do it x_x I'm using the reader to have an online version of my highschool sketchbook; so I have 146 images (counting front, inner, and back) and I've made the 8th template look like this;

case 8:         card_amount = 143;         textures = getTextures(146);         break; }

However it still hasn't let me see the final product. I remember last time; I had to set the image resolution myself, however that doesn't seem to be the case this time.

Hi, what exactly is the problem you're having? The pages aren't showing at all? I believe this iteration of the reader automatically sets the resolution to the resolution of the images themselves. 146 images is a lot for the browser to load all at once, so maybe that's causing issues as well?

hi Jeremy, I fixed my original issue by changing the code to match my file type. They load very slowly because of what you mentioned in this comment just now. Now the only issue is that the script doesn't work for me on Google chrome currently; it also doesn't work with AdBlock extensions sometimes. You can view the project at https:/)ophanim.neocities.org/content/sketchbook/index.html