persisting xp gained for longer

This commit is contained in:
Miodec 2022-08-02 13:32:37 +02:00
parent f0f86ffe7f
commit 7290e57d54

View file

@ -172,7 +172,7 @@ export async function updateXpBar(
.animate({ opacity: 0 }, 250, () => {
$("#menu .xpBar .xpGain").text(``);
});
}, 1000);
}, 3000);
}
async function flashLevel(): Promise<void> {