fix(2000s): ui positioning

This commit is contained in:
Cjnator38
2026-03-09 23:13:52 -05:00
parent 28f623d0b4
commit aba23e71de
4 changed files with 183 additions and 178 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "a3140089217b6f3de724208cb55bf60f6ec15d03676a5d317eea23785d2d9771"
hash = "cb4ca6cf281d03db96b675d8d00e19c6e991a2ec31ff9222f171a9d4b721405d"
[versions]
fabric = "0.18.4"

View File

@@ -6,6 +6,8 @@
"type": "put_resource_location",
"value": "legacy:default_11"
},
"loadingStage.x": "(${width}/2)-156",
"loadingStage.y": "${height}/2+7.5",
"loadingHeader.scaleX": 3,
"loadingHeader.scaleY": 3,
"loadingHeader.outline": "1/3.0"

View File

@@ -4,14 +4,17 @@
"elements": {
"panel.width": 520,
"panel.height": 213,
"panel.y": "(${height}/3)-17",
"panelRecess.width": 250,
"panelRecess.height": 190,
"panelRecess.x": "${panel.x}+9",
"panelRecess.y": "${panel.y}+11",
"renderableVList.width": 230,
"renderableVList.height": 164,
"renderableVList.x": "${panel.x}+19",
"renderableVList.y": "${panel.y}+32",
"serverRenderableVList.width": 230,
"serverRenderableVList.height": 164,
"serverRenderableVList.x": "${panel.x}+${panel.width}/2+13",
"serverRenderableVList.y": "${renderableVList.y}",
"hasTitle": {
@@ -40,7 +43,7 @@
"type": "draw_string",
"component": "Start Game",
"x": "${panelRecess.x}+(${panelRecess.width}-${startGame.component.width})/2",
"y": "${panel.y}+18",
"y": "${panel.y}+19",
"color": "${commonColor.inventory_gray_text}",
"shadow": false
},
@@ -48,9 +51,9 @@
"type": "draw_string",
"component": "Join Game",
"x": "${serverPanelRecess.x}+(${panelRecess.width}-${joinGame.component.width})/2",
"y": "${panel.y}+18",
"y": "${panel.y}+19",
"color": "${commonColor.inventory_gray_text}",
"shadow": false
}
}
}
}