From 5f61074c797005aac8019166bd4830349fc79bce Mon Sep 17 00:00:00 2001 From: Greenlamp2 <44787002+Greenlamp2@users.noreply.github.com> Date: Fri, 10 May 2024 15:52:50 +0200 Subject: [PATCH] typo Co-authored-by: Samuel H --- src/ui/party-exp-bar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/party-exp-bar.ts b/src/ui/party-exp-bar.ts index df28b898f03..93c69ce2c1b 100644 --- a/src/ui/party-exp-bar.ts +++ b/src/ui/party-exp-bar.ts @@ -44,7 +44,7 @@ export default class PartyExpBar extends Phaser.GameObjects.Container { if (newLevel > 200) { // if the level is greater than 200, we only display Lv. UP this.expText.setText('Lv. UP'); } else { // otherwise we display Lv. Up and the new level - this.expText.setText(`Lv. UP : ${newLevel.toString()}`); + this.expText.setText(`Lv. UP: ${newLevel.toString()}`); } } else { // if we want to display the exp