diff --git a/Assets/ManagedResources/Prefabs/UI/Popup/CreateNamePopup.prefab b/Assets/ManagedResources/Prefabs/UI/Popup/CreateNamePopup.prefab index c53616876a..960ea1b5a0 100644 --- a/Assets/ManagedResources/Prefabs/UI/Popup/CreateNamePopup.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Popup/CreateNamePopup.prefab @@ -39529,7 +39529,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 436} + m_AnchoredPosition: {x: -30, y: 485} m_SizeDelta: {x: 841, y: 987} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3471754034931023599 diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua index 77a82c6e81..708d31288d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua @@ -12,8 +12,8 @@ local girlLiveRes = "live2d_npc_map_nv" local smallInfo = {[1] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.25, 0.25, 0.25)}, [2] = {Pos = Vector3.New(-1, -81, 0), Scale = Vector3.New(0.15, 0.15, 0.15)},} -local bigInfo = {[1] = {Pos = Vector3.New(-43, -312, 0), Scale = Vector3.New(0.4, 0.4, 0.4)}, - [2] = {Pos = Vector3.New(-53, -309, 0), Scale = Vector3.New(0.4, 0.4, 0.4)},} +local bigInfo = {[1] = {Pos = Vector3.New(0, -359, 0), Scale = Vector3.New(0.5, 0.5, 0.5)}, + [2] = {Pos = Vector3.New(-33, -382, 0), Scale = Vector3.New(0.45, 0.45, 0.45)},} local curLive local lastChoose