mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 04:37:14 +00:00
Slightly increase height of rankings
This commit is contained in:
parent
7212822d18
commit
ad7b80cb60
@ -43,7 +43,7 @@ export class DailyRunScoreboard extends Phaser.GameObjects.Container {
|
||||
this.titleLabel.setOrigin(0.5, 0.5);
|
||||
this.add(this.titleLabel);
|
||||
|
||||
const window = addWindow(this.scene, 0, 17, 114, 115, false, false, null, null, WindowVariant.THIN);
|
||||
const window = addWindow(this.scene, 0, 17, 114, 118, false, false, null, null, WindowVariant.THIN);
|
||||
this.add(window);
|
||||
|
||||
this.rankingsContainer = this.scene.add.container(6, 21);
|
||||
|
@ -33,7 +33,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
|
||||
this.splashMessage.setAngle(-20)
|
||||
this.titleContainer.add(this.splashMessage);
|
||||
|
||||
this.dailyRunScoreboard = new DailyRunScoreboard(this.scene, 1, 47);
|
||||
this.dailyRunScoreboard = new DailyRunScoreboard(this.scene, 1, 44);
|
||||
this.dailyRunScoreboard.setup();
|
||||
|
||||
this.titleContainer.add(this.dailyRunScoreboard);
|
||||
|
Loading…
x
Reference in New Issue
Block a user