Missing mcmetas

Scaling broken with popup/background.png and widget/scroller.png due to missing mcmetas
This commit is contained in:
mullak99
2023-09-23 23:53:24 +01:00
parent 5e227cae97
commit 31a6e5f4bb
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 236,
"height": 34,
"border": 6
}
}
}

View File

@@ -0,0 +1,10 @@
{
"gui": {
"scaling": {
"type": "nine_slice",
"width": 6,
"height": 32,
"border": 1
}
}
}