fix position

This commit is contained in:
fabske0 2025-08-31 15:25:27 +02:00
parent dadc7b9598
commit 320641eaa2

View File

@ -180,7 +180,6 @@ export class EnemyBattleInfo extends BattleInfo {
this.ownedIcon,
this.championRibbon,
this.statusIndicator,
this.levelContainer,
this.statValuesContainer,
].map(e => (e.x += 48 * (boss ? -1 : 1)));
this.hpBar.x += 38 * (boss ? -1 : 1);