diff --git a/Assets/Memo.txt b/Assets/Memo.txt index 3d07f81..f50d4a2 100644 --- a/Assets/Memo.txt +++ b/Assets/Memo.txt @@ -28,7 +28,9 @@ //////////////////////////////////////////////////////////////////////////////////////////////////// -광고보고 다이아 100개 (3/3)회 +앨범 열리면 현재 레벨(판돈)도 같이 올라가게 +팝업 배경 변경 + 신규 이펙트 적용 (계속) 구글 및 원스토어 이미지 분기 처리 구글 및 원스토어 아이콘 분기 처리 \ No newline at end of file diff --git a/Assets/Resources/Prefabs/Popups/FloorPeeSelectPopup.prefab b/Assets/Resources/Prefabs/Popups/FloorPeeSelectPopup.prefab index 3ce8c32..6de3947 100644 --- a/Assets/Resources/Prefabs/Popups/FloorPeeSelectPopup.prefab +++ b/Assets/Resources/Prefabs/Popups/FloorPeeSelectPopup.prefab @@ -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 diff --git a/Assets/Scripts/Utilities/Utility.cs b/Assets/Scripts/Utilities/Utility.cs index 00f94b2..48d5473 100644 --- a/Assets/Scripts/Utilities/Utility.cs +++ b/Assets/Scripts/Utilities/Utility.cs @@ -234,7 +234,7 @@ namespace CodeJay } public static string MoneyToString_withOutline(long money) { - return $"{Converter.MoneyToString(money)} "; + return $"{MoneyToString(money)} "; }