RMLUI Menu Updates.

* LoadCreateJoin Menu: Adjusted size (Is not 100% accurate but works fine), fix X Padding (Y Padding still need fixes),
* Settings Menu: Added Message Box to "Reset Defaults Settings"
* Pause Menu: Added Message Box for Save Game and Exit.
This commit is contained in:
GabsPuNs
2026-06-18 22:22:07 -04:00
parent 4511328f1b
commit 699e6b05bd
11 changed files with 86 additions and 333 deletions

View File

@@ -3,7 +3,7 @@ body
width: 100%;
height: 100%;
font-family: Minecraft Default;
font-size: 14dp;
font-size: 36dp;
color: #ffffff;
background: transparent;
display: flex;
@@ -25,7 +25,6 @@ div#message_box
p#title
{
font-size: 36dp;
color: #333333;
margin-bottom: 23dp;
text-align: left;
@@ -44,7 +43,6 @@ div#text_container
p#description
{
font-size: 36dp;
color: #333333;
white-space: pre-wrap;
}
@@ -63,8 +61,6 @@ button
width: 600dp;
height: 60dp;
margin-bottom: 7.5dp;
color: #ffffff;
font-size: 36dp;
font-effect: shadow(1dp 1dp #000000);
text-align: center;
line-height: 60dp;