Page 1 of 1

Need help with save/load menu

Posted: Mon Jul 03, 2017 10:45 am
by amaicherii
Hello! I recently made a save/load menu and a settings' menu for my new game. I have two problems.

The first one is that the thumbnails are a bit small in comparison to the fileslot plus I don't think they are in the same position for some reason...

The other problem is that I used imagebuttons for the settings' menu and an imagemap for the save/load menu but I want my navigation buttons from the settings' menu to also appear on the save/load menu, if that makes sense.

Please, I could really use some help ;__;

PS: I left several screenshots!

Re: Need help with save/load menu

Posted: Mon Jul 03, 2017 12:09 pm
by clua
Hello.

You can change the size of your thumbnails with the last part of the code of your first screencap(config.thumbnail.width and height)
Hope it helps :A:!

Re: Need help with save/load menu

Posted: Mon Jul 03, 2017 12:51 pm
by amaicherii
clua wrote:Hello.

You can change the size of your thumbnails with the last part of the code of your first screencap(config.thumbnail.width and height)
Hope it helps :A:!
Thank you so much!!

Gosh, it even says thumbnail. I must have missed it :oops:

Now the problem is that the two bottom thumbnail fileslots aren't quite in place...and when I change the positions, all 4 of them are affected.

(And I also still can't figure out how to put my navigation imagebuttons on top of the save/load imagemap ;A;)