Update title stats interval
This commit is contained in:
parent
b8ce1da3bc
commit
3bdd354b5e
|
@ -80,7 +80,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
|
|||
|
||||
this.updateTitleStats();
|
||||
|
||||
this.titleStatsTimer = setInterval(() => this.updateTitleStats(), 10000);
|
||||
this.titleStatsTimer = setInterval(() => this.updateTitleStats(), 30000);
|
||||
|
||||
this.scene.tweens.add({
|
||||
targets: [ this.titleContainer, ui.getMessageHandler().bg ],
|
||||
|
|
Loading…
Reference in New Issue