[UI/UX][Bug] Removed extra division by 6 in starter-select-ui-handler.ts (#6245)

Removed division by 6 in starter-select-ui-handler.ts
This commit is contained in:
Wlowscha 2025-08-09 22:27:47 +02:00 committed by GitHub
parent e862334819
commit 5d4b805c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1053,7 +1053,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
this.moveInfoOverlay = new MoveInfoOverlay({
top: true,
x: 1,
y: globalScene.scaledCanvas.height / 6 - MoveInfoOverlay.getHeight() - 29,
y: globalScene.scaledCanvas.height - MoveInfoOverlay.getHeight() - 29,
});
this.starterSelectContainer.add([