main_menu

This commit is contained in:
Xikaro 2024-01-12 08:35:30 +05:00
parent 677b5d4157
commit 2076053aeb
7 changed files with 49 additions and 2 deletions

View file

@ -41,6 +41,15 @@ customization {
height = 20
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button%
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
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button%
action = hidebutton
@ -75,6 +84,15 @@ customization {
y = -5
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_options_button%
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
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
orientation = mid-centered
@ -83,6 +101,15 @@ customization {
y = 18
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_quit_button%
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
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_language_button%
action = hidebutton
@ -104,6 +131,15 @@ customization {
y = -51
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button%
loopbackgroundanimations = true
restartbackgroundanimations = true
action = setbuttontexture
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover.png
backgroundnormal = kubejs/assets/tfg/textures/gui/button.png
}
customization {
identifier = %id=button_compatibility_id:forge_titlescreen_mods_button%
orientation = mid-centered
@ -112,6 +148,15 @@ customization {
y = -5
}
customization {
identifier = %id=button_compatibility_id:forge_titlescreen_mods_button%
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
}
customization {
identifier = %id=button_compatibility_id:mc_titlescreen_realms_button%
action = hidebutton
@ -195,15 +240,17 @@ customization {
customization {
orientation = mid-centered
loopbackgroundanimations = true
restartbackgroundanimations = true
buttonaction = joinserver;tfg2.terrafirmagreg.su%btnaction_splitter_fm%
backgroundhovered = kubejs/assets/tfg/textures/gui/button_hover_100x20.png
label = Offical Server
loopbackgroundanimations = true
x = 47
width = 98
action = addbutton
actionid = 6514e312-8243-47af-a516-89743d8ca1af1699692677651
y = -28
label = Offical Server
backgroundnormal = kubejs/assets/tfg/textures/gui/button_100x20.png
height = 20
}