Custom texture overlays in scrollable GUIs
Describe the bug Some gui's dont show the background image as they should
To Reproduce Steps to reproduce the behavior:
- Create a layout and set background to a single image
- look at the 'singleplayer/multiplayer' and 'mods' gui's
- See error
Expected behavior See the entire background image on the GUI
Screenshots https://imgur.com/a/2GDKPtV
Basic Informations (please complete the following information):
- OS: Windows
- FancyMenu 1.4.1_MC_1.15-1.15.2
- Forge Version 31.2.31
- Minecraft Version 1.15.2
- Active Mods No Optifine, many other mods
That's not a bug, it is supposed to look like this ^^ The overlay on top and bottom of the screen is needed, because MC renders lists very ugly. They would be visible in the areas which are hidden by these overlays and would glitch through buttons.
is there anyway we can add images to hide the areas? have a top border image, middle image and bottom border image?
layered somehow?
Nah, that would break the simplicity of the customization system cause it would need me to implement customization actions for specific menus.. I will keep thinking about a way how I could implement this, but I don’t think it can be done in a good way, sorry :/
//Edit: Hmmm wait. Maybe I have an idea how to display background images in the overlay areas. But no promises!
could you have an option to change the textures/gui/options_background.png image, so at least I can add an image to blend in with the menus/background
similar to this mod https://www.curseforge.com/minecraft/mc-mods/custom-backgrounds
Added/Fixed in FancyMenu v3.0.0!