[ui] ssui refactor: show starter cost above sprite (#6519)

* fix cost below sprite

* move to StarterContainer
This commit is contained in:
Fabi 2025-09-09 22:30:17 +02:00 committed by GitHub
parent 8a6284b035
commit 62f1fb4cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,7 @@ export class StarterContainer extends Phaser.GameObjects.Container {
this.checkIconId(female, formIndex, shiny, variant);
this.icon.setTint(0);
this.add(this.icon);
this.icon.setBelow(this.label);
[
this.hiddenAbilityIcon,