Page 1 of 1

Where is the graphic for the Save Menu?

Posted: Fri Mar 29, 2024 3:36 pm
by ToadZ
Hello! I'm working on an Episode that has all graphics in the same color style as Game Boy games, however there's one graphic I haven't been able to find. When you're in game and press the Menu key the Save Menu pops up, however it's color (black) is not the color I want (which would be a dark bluish black). Where in the files can I find the background of the menu?

Re: Where is the graphic for the Save Menu?

Posted: Sat Mar 30, 2024 5:51 am
by deice
the pause menu doesn't use a pre-rendered image, it renders a black rectangle in real time. the only way to replace it is to create an entire custom pause menu using lua (though there are probably existing custom menus that you might be able to modify and use as long as you give proper credit)