mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Apply MOVE_LABEL
This commit is contained in:
parent
c0fa18eec3
commit
7be274e736
@ -106,7 +106,7 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container {
|
||||
moveBg.setOrigin(1, 0);
|
||||
moveBg.setName("nineslice-move-bg");
|
||||
|
||||
const moveLabel = addTextObject(-moveBg.width / 2, 0, "-", TextStyle.PARTY);
|
||||
const moveLabel = addTextObject(-moveBg.width / 2, 0, "-", TextStyle.MOVE_LABEL);
|
||||
moveLabel.setOrigin(0.5, 0);
|
||||
moveLabel.setName("text-move-label");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user