mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
[ui] ssui refactor: show starter cost above sprite (#6519)
* fix cost below sprite * move to StarterContainer
This commit is contained in:
parent
8a6284b035
commit
62f1fb4cd0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user