Skip to main content

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

Thank you. How can I reduce the size and centralize the gallery thumbnails?

I want to add decoration to the edges of the screen  :s

take a look at this modified gallery.rpy file.

https://drive.google.com/file/d/16N1JB6ZAuR5J_HJ6h3Ciahr51tk7eWuG/view?usp=shari...

 in testing I reduced the size of the gallery thumbnails to 288x162 and put a frame around the thumbnails and buttons to shrink it
I tested with a 1280x720 gui so you may have to adjust the size of the grid and the thumbnails / lock image to find a good fit for your gui size

Thanks, I also solved it a few hours ago by putting both sections, text and thumbnails in frames, but now I would like to know if I can title the page screens separately, Ex: page 1/Chapter 1 and page 2/Chapter 2

you could set up an if statement to check the variable gallery_page and display text base off of that, or if each page is for a specific chapter i.e. page 1 is chapter 1, page 2 is chapter 2; then

    $ chap = gallery_page + 1
    label "Chapter [chap]"

keep in mind gallery_page is 0 through (however many pages you have) and you must have 6 images only for the chapter .

So. Is it possible to change the background on each page? It would be best to include the chapter title there.

And thanks for responding. I swear this is my last question. I love your gallery.

yes it is possible and should be quite easy

you're welcome

good luck with your project

Thank you so much! I'll remind you when I release an update xd