完成编队 增加多个细节和小功能
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user