mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00:00
Shift trainer pair sprite position
This commit is contained in:
parent
b201cf0abc
commit
664142b625
@ -77,10 +77,10 @@ export default class Trainer extends Phaser.GameObjects.Container {
|
||||
|
||||
partnerTintSprite.setVisible(false);
|
||||
|
||||
sprite.x = -16;
|
||||
tintSprite.x = -16;
|
||||
partnerSprite.x = 16;
|
||||
partnerTintSprite.x = 16;
|
||||
sprite.x = -4;
|
||||
tintSprite.x = -4;
|
||||
partnerSprite.x = 28;
|
||||
partnerTintSprite.x = 28;
|
||||
|
||||
this.add(partnerSprite);
|
||||
this.add(partnerTintSprite);
|
||||
|
Loading…
x
Reference in New Issue
Block a user