Hello, I'm wanting to remove the shadow from the "Leave" button, it appears throughout the image, I searched the discord about it, I only found LoneDev citing something about how to fix it, but I really didn't understand how to do it.
This shadow annoys me a lot, and it is all over the file, on the right side and at the bottom, even the doll has them, I tested the hypothesis that it could be remnants of the button, but it really isn't.
I'm for now just editing the files that were made available to learn how things work.
In the esc_images.yml file I am using the following code:
quit_button:
path: "quit_button.png"
y_position: 27
suggest_in_command: false
show_in_gui: false
And lang file:
info:
namespace: custom_esc
minecraft_lang_overwrite:
esc_menu_texts:
entries:
"menu.game": ":top_logo_1::offset_-1::top_logo_2:"
"menu.disconnect": ":offset_-3::quit_button::offset_-236::offset_16::bottom_news:"
"deathScreen.title": ":you_died:"
"resourcePack.server.name": ":offset_-35::resourcepack_menu_background::offset_-100:"
languages:
- ALL
If you can help me how to remove it, I would appreciate it, with an example, even better, thanks in advance for your attention!