From 67e6b33677e341d98b1c114621d252bd5af8618b Mon Sep 17 00:00:00 2001 From: SepComet <202308010230@stu.csust.edu.cn> Date: Sun, 8 Feb 2026 18:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=20Part=20=E5=9C=A8?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=94=BE=E7=BD=AE=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=E7=9B=B4=E6=8E=A5=E5=9B=9E=E5=88=B0=E5=8E=9F?= =?UTF-8?q?=E4=BD=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GameMain/Scripts/Gameplay/CoreGameplayA/CombineComponent.cs | 2 +- .../GameMain/Scripts/UI/GameplayA/View/CombineDraggablePart.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/GameMain/Scripts/Gameplay/CoreGameplayA/CombineComponent.cs b/Assets/GameMain/Scripts/Gameplay/CoreGameplayA/CombineComponent.cs index 6fa45f0..b4c880d 100644 --- a/Assets/GameMain/Scripts/Gameplay/CoreGameplayA/CombineComponent.cs +++ b/Assets/GameMain/Scripts/Gameplay/CoreGameplayA/CombineComponent.cs @@ -385,7 +385,7 @@ namespace CustomComponent /// private void RejectPlace(CombineDraggablePart part, string hint) { - part.ReturnToSpawn(); + part.ReturnToSpawnAnimated(); if (!string.IsNullOrEmpty(hint)) { diff --git a/Assets/GameMain/Scripts/UI/GameplayA/View/CombineDraggablePart.cs b/Assets/GameMain/Scripts/UI/GameplayA/View/CombineDraggablePart.cs index 746a1ee..e5a5571 100644 --- a/Assets/GameMain/Scripts/UI/GameplayA/View/CombineDraggablePart.cs +++ b/Assets/GameMain/Scripts/UI/GameplayA/View/CombineDraggablePart.cs @@ -340,7 +340,7 @@ namespace UI .SetUpdate(true); } - private void ReturnToSpawnAnimated() + public void ReturnToSpawnAnimated() { if (_spawnParent == null) {