From 5a8f043172a942377d5fceff866046ed6f767e34 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Fri, 25 Dec 2020 10:50:24 +0800 Subject: [PATCH] 修改新手引导图片 删除倒计时震屏 推拽不锁定位置 --- Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs b/Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs index f068add..1252d66 100644 --- a/Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs +++ b/Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs @@ -217,11 +217,11 @@ IEnumerator StartCountDown() { countDownPS.SetActive(true); - MMVibrationManager.Haptic(HapticTypes.MediumImpact); + //MMVibrationManager.Haptic(HapticTypes.MediumImpact); yield return new WaitForSeconds(1.0f); - MMVibrationManager.Haptic(HapticTypes.MediumImpact); + //MMVibrationManager.Haptic(HapticTypes.MediumImpact); yield return new WaitForSeconds(1.0f); - MMVibrationManager.Haptic(HapticTypes.MediumImpact); + //MMVibrationManager.Haptic(HapticTypes.MediumImpact); yield return new WaitForSeconds(1.0f); HideUIMask(); //countDownTextNew.text = ""; -- Gitblit v1.9.1