wangguan
2020-12-29 452c75675679c44cc39b04bdb7d330d7c5c14d5c
Assets/Scripts/TowerDefense/UI/DropCoinImage.cs
@@ -47,7 +47,7 @@
    private void StartFly()
    {
        tmpBtn.interactable = false;
        RectTransform end = GameObject.Find("UICamera/MainUI/FlyEndPos").GetComponent<RectTransform>();
        Transform end = GameObject.Find("UICamera/MainUI/FlyEndPos").transform;
        //金币飞动 增加多少个金币,制造多少个
        TowerDefense.Level.EndlessDropManager.instance.FlyIcon(
            transform.parent,