New timer container by damocleas.

This commit is contained in:
SmhMyHead 2025-06-03 01:40:18 +02:00
parent 604e771492
commit 59ca858632
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -208,7 +208,7 @@ export default class EggGachaUiHandler extends MessageUiHandler {
this.legendaryExpiration.setPositionRelative( this.legendaryExpiration.setPositionRelative(
gacha, gacha,
gacha.width / 2 - this.legendaryExpiration.displayWidth / 2 + 0.3, gacha.width / 2 - this.legendaryExpiration.displayWidth / 2 + 0.3,
gacha.height / 2 + 12, gacha.height / 2 + 12.5,
); );
gachaContainer.add(this.legendaryExpiration); gachaContainer.add(this.legendaryExpiration);
} }