Skip to main content

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

You haven't actually added the cg to the button in your init python block

If you look at the original template code:

g.button("cg_2") 
g.unlock_image("cg_2")

You have the first line creating the button and the next one adding the image. If you don't add an image, the thumbnail won't show up.

Generally I'd recommend going through the documentation regarding the gallery, to make sure you have everything needed:  Here

Oh my gosh, thank you so much. I knew I had something wrong with the buttons. I had a bit of confusion with the "g.unlock" button at first since it kept leaving the thumbnails in the gallery even though I hadn't gone over the scene yet, so assuming I must've messed with something else for it not to work.