Slightly increase height of rankings
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…
Reference in New Issue