From 254c3e4d509c586dc6620c681004eefd5d86182c Mon Sep 17 00:00:00 2001 From: liuzhiwei <liuzhiwei@qq.com> Date: Wed, 18 Nov 2020 16:14:38 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master --- Assets/Scripts/TowerDefense/UI/EndlessHomeBaseHPManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/TowerDefense/UI/EndlessHomeBaseHPManager.cs b/Assets/Scripts/TowerDefense/UI/EndlessHomeBaseHPManager.cs index 96b418d..bd56768 100644 --- a/Assets/Scripts/TowerDefense/UI/EndlessHomeBaseHPManager.cs +++ b/Assets/Scripts/TowerDefense/UI/EndlessHomeBaseHPManager.cs @@ -70,7 +70,7 @@ ++i; } - ViewPortAdj.instance.cachedCamera.DOShakePosition(0.25f, 1.5f, 4); + ViewPortAdj.instance.cachedCamera.DOShakePosition(0.25f, 1.5f, 4);//这里只可以震动3D场景中的东西 MMVibrationManager.Haptic(HapticTypes.HeavyImpact); if (CurrentHP == 0) -- Gitblit v1.9.1