diff --git a/public/images/egg/gacha_legendary.png b/public/images/egg/gacha_legendary.png index cc6639ef770..a6950f6af2d 100644 Binary files a/public/images/egg/gacha_legendary.png and b/public/images/egg/gacha_legendary.png differ diff --git a/src/ui/egg-gacha-ui-handler.ts b/src/ui/egg-gacha-ui-handler.ts index 4b115b870b4..286956884b7 100644 --- a/src/ui/egg-gacha-ui-handler.ts +++ b/src/ui/egg-gacha-ui-handler.ts @@ -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); }