From 344f1003fbbbbd0c91cc01be4e84aa2a75f35dd5 Mon Sep 17 00:00:00 2001 From: fatiao <515948292@qq.com> Date: Thu, 5 Mar 2026 14:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E9=97=B4=EF=BC=9A=E5=8A=A0?= =?UTF-8?q?=E7=88=B1=E5=BF=83=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Prefabs/UI/UILiveRoom/LiveRoomItem.prefab | 10 +++++----- Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/Content/Prefabs/UI/UILiveRoom/LiveRoomItem.prefab b/Assets/Content/Prefabs/UI/UILiveRoom/LiveRoomItem.prefab index e240b41e6..83e353c71 100644 --- a/Assets/Content/Prefabs/UI/UILiveRoom/LiveRoomItem.prefab +++ b/Assets/Content/Prefabs/UI/UILiveRoom/LiveRoomItem.prefab @@ -6882,7 +6882,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: 0} + m_AnchoredPosition: {x: -10, y: 4.7} m_SizeDelta: {x: 0, y: 79} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3129009886261300543 @@ -15480,7 +15480,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: 0} + m_AnchoredPosition: {x: -10.000008, y: 4.699951} m_SizeDelta: {x: 0, y: 79} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &4506452253585706885 @@ -20755,7 +20755,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: 0} + m_AnchoredPosition: {x: -10.000008, y: 4.699951} m_SizeDelta: {x: 0, y: 79} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &2813928295018565229 @@ -29423,7 +29423,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: 0} + m_AnchoredPosition: {x: -10.000008, y: 4.699951} m_SizeDelta: {x: 0, y: 79} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &7573674462093631279 @@ -47358,7 +47358,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!224 &7074419440563985891 RectTransform: m_ObjectHideFlags: 0 diff --git a/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua b/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua index eb3dec4c2..2fcf54b94 100644 --- a/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua +++ b/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua @@ -2170,7 +2170,7 @@ function UILiveRoomView:Gen_FloatingHeart(itemlua) local item = self.FloatingHeart[id] - item.transform.localPosition = Vector2(0,0) + item.transform.localPosition = Vector2(-10,0) item.transform.localScale = Vector3(1, 1, 1) local time1 = 0.5 @@ -2178,7 +2178,7 @@ function UILiveRoomView:Gen_FloatingHeart(itemlua) seq:Append(item.transform:DOLocalMoveY(70, time1)) seq:Join(item.canvasGroup:DOFade(1, time1 * 0.6)) --seq:AppendInterval(0.3) - seq:Append(item.transform:DOLocalMove(endPos,1.5)) + seq:Append(item.transform:DOLocalMove(endPos,1.0)) seq:Join(item.transform:DOScale(Vector3(0.65,0.65,0.65), 1.2)) seq:Append(item.canvasGroup:DOFade(0, time1*0.6)) seq:OnComplete(function()