wangguan
2020-11-03 c8464a4e95f938f0c8f587606c224dc88bae8231
Assets/Scripts/TowerDefense/UI/EndlessSettlementPropList.cs
@@ -22,7 +22,7 @@
        private string iconPath = "UI/Props/";
        private string bgPath = "UI/Props/Di/";
        private float slowTime = 0.3f;//物品挨个出现频率
        private float slowTime = 0.1f;//物品挨个出现频率
        //private float parentHeight;//父物体高度
        GridLayoutGroup myGroup;
@@ -45,7 +45,7 @@
        /// </summary>
        public void RefreshList()
        {
            Invoke("StartLater", slowTime);
            Invoke("StartLater", 0.1f);
            // if (Application.platform == RuntimePlatform.WindowsEditor)
            // {