Some GUI Screens are not updating backgrouns.
AzureDoom opened this issue ยท 3 comments
Describe the bug
I am trying to change the background of the Video, Audio, and Controls menus but they are not updating.
To Reproduce
Steps to reproduce the behavior:
- Create Layout for Video Settings.
- Set an animated background
- Save and close Layout Editor.
- See no change in background.
Expected behavior
The background for the video, controls, resource packs would change.
Screenshots
Here is the working OptionsScreen
But the Video Settings is not using the correct background.
Layout
type = menu
customization-meta {
identifier = net.minecraft.client.gui.screen.VideoSettingsScreen
renderorder = foreground
}
customization {
name = rcraft_options
action = animatebackground
replayanimation = false
}
Basic Informations (please complete the following information):
- OS: Windows
- FancyMenu Version: 1.0.beta
- Forge Version 31.1.46
- Minecraft Version 1.15.2
That happens in screens with lists. As example, all controls buttons in the controls screen are in such a "list". All lists in vanilla screens have this darker looking dirt background. It's difficult to implement all customization features for these kind of screens, but I will try it! Thanks for telling me!