From da06368751424a50adb987ec32b733df8490b70b Mon Sep 17 00:00:00 2001 From: Ino Date: Wed, 10 Sep 2025 15:08:33 +0900 Subject: [PATCH] =?UTF-8?q?ui=20=EC=88=98=EC=A0=95=20=EC=A4=91...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Memo.txt | 4 +++- Assets/Resources/Prefabs/Popups/FloorPeeSelectPopup.prefab | 2 +- Assets/Scripts/Utilities/Utility.cs | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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)} "; }