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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B