mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
New timer container by damocleas.
This commit is contained in:
parent
604e771492
commit
59ca858632
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 3.7 KiB |
@ -208,7 +208,7 @@ export default class EggGachaUiHandler extends MessageUiHandler {
|
||||
this.legendaryExpiration.setPositionRelative(
|
||||
gacha,
|
||||
gacha.width / 2 - this.legendaryExpiration.displayWidth / 2 + 0.3,
|
||||
gacha.height / 2 + 12,
|
||||
gacha.height / 2 + 12.5,
|
||||
);
|
||||
gachaContainer.add(this.legendaryExpiration);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user