完成编队 增加多个细节和小功能

This commit is contained in:
FloatGaming
2025-12-10 19:12:27 +08:00
parent c0a822b958
commit edc2608f47
131 changed files with 11889 additions and 127 deletions
+1
View File
@@ -71,6 +71,7 @@ public class CharacterCardView : MonoBehaviour, IBeginDragHandler, IDragHandler,
img.SetNativeSize();
var cg = dragGhost.AddComponent<CanvasGroup>();
cg.blocksRaycasts = false;
cg.alpha = 0.5f; // Set transparency to half
UpdateGhostPosition(eventData);
}