mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Added MOVE_LABEL
This commit is contained in:
parent
aeb17aec50
commit
3412dcccd6
@ -866,7 +866,7 @@ export default class RunInfoUiHandler extends UiHandler {
|
||||
moveContainer.setScale(0.5);
|
||||
const moveBg = globalScene.add.nineslice(0, 0, "type_bgs", "unknown", 85, 15, 2, 2, 2, 2);
|
||||
moveBg.setOrigin(1, 0);
|
||||
const moveLabel = addTextObject(-moveBg.width / 2, 2, "-", TextStyle.PARTY);
|
||||
const moveLabel = addTextObject(-moveBg.width / 2, 1, "-", TextStyle.MOVE_LABEL);
|
||||
moveLabel.setOrigin(0.5, 0);
|
||||
moveLabel.setName("text-move-label");
|
||||
pokemonMoveBgs.push(moveBg);
|
||||
|
Loading…
Reference in New Issue
Block a user