Update party-exp-bar.ts

This commit is contained in:
Lugiad 2025-02-15 15:51:51 +01:00 committed by GitHub
parent 01a129871a
commit ebdf316441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
import { globalScene } from "#app/global-scene";
import type Pokemon from "../field/pokemon";
import { TextStyle, addTextObject } from "./text";
import i18next from "i18next";
export default class PartyExpBar extends Phaser.GameObjects.Container {
private bg: Phaser.GameObjects.NineSlice;