diff --git a/config/fancymenu/customization/main_menu.txt b/config/fancymenu/customization/main_menu.txt index 2e3a80154..49337f960 100644 --- a/config/fancymenu/customization/main_menu.txt +++ b/config/fancymenu/customization/main_menu.txt @@ -46,8 +46,8 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -89,8 +89,8 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -106,8 +106,8 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -153,8 +153,8 @@ customization { loopbackgroundanimations = true restartbackgroundanimations = true action = setbuttontexture - backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png - backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png } customization { @@ -242,7 +242,7 @@ customization { orientation = mid-centered restartbackgroundanimations = true buttonaction = joinserver;tfg2.terrafirmagreg.su%btnaction_splitter_fm% - backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png + backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_98x20.png label = Offical Server loopbackgroundanimations = true x = 47 @@ -250,7 +250,7 @@ customization { action = addbutton actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651 y = -28 - backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png + backgroundnormal = kubejs/assets/tfg/textures/gui/button_98x20.png height = 20 } diff --git a/kubejs/assets/tfg/textures/gui/button_100x20.png b/kubejs/assets/tfg/textures/gui/button_100x20.png deleted file mode 100644 index 28a1cd8aa..000000000 Binary files a/kubejs/assets/tfg/textures/gui/button_100x20.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/gui/button_98x20.png b/kubejs/assets/tfg/textures/gui/button_98x20.png new file mode 100644 index 000000000..aed424309 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/button_98x20.png differ diff --git a/kubejs/assets/tfg/textures/gui/button_hover_100x20.png b/kubejs/assets/tfg/textures/gui/button_hover_100x20.png deleted file mode 100644 index 1e1932105..000000000 Binary files a/kubejs/assets/tfg/textures/gui/button_hover_100x20.png and /dev/null differ diff --git a/kubejs/assets/tfg/textures/gui/button_hover_98x20.png b/kubejs/assets/tfg/textures/gui/button_hover_98x20.png new file mode 100644 index 000000000..ef79e03ac Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/button_hover_98x20.png differ