ui 수정 중...

This commit is contained in:
Ino 2025-09-10 15:08:33 +09:00
parent 0ab9c55b0e
commit da06368751
3 changed files with 5 additions and 3 deletions

View File

@ -28,7 +28,9 @@
////////////////////////////////////////////////////////////////////////////////////////////////////
광고보고 다이아 100개 (3/3)회
앨범 열리면 현재 레벨(판돈)도 같이 올라가게
팝업 배경 변경
신규 이펙트 적용 (계속)
구글 및 원스토어 이미지 분기 처리
구글 및 원스토어 아이콘 분기 처리

View File

@ -1011,7 +1011,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 12, y: -541}
m_AnchoredPosition: {x: -84, y: 139}
m_SizeDelta: {x: 256, y: 256}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1356682683798007604

View File

@ -234,7 +234,7 @@ namespace CodeJay
}
public static string MoneyToString_withOutline(long money)
{
return $"<material=NotoSansKR-Regular - BoldOutline Y>{Converter.MoneyToString(money)}</material> ";
return $"<material=NotoSansKR-Regular - BoldOutline 2><color=#ffd544>{MoneyToString(money)}</color></material> ";
}