From 7c47d7c6a4150da5efb006abb36f23c2f51301ea Mon Sep 17 00:00:00 2001 From: gaoxin Date: Sat, 25 Jul 2020 15:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BB=E5=87=BB=E9=9F=B3=E6=95=88=E6=8F=90?= =?UTF-8?q?=E5=89=8D0.3=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Battle/View/RoleView.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/RoleView.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/RoleView.lua index 3ba9ae636f..c01dd56b1b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/RoleView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/RoleView.lua @@ -820,7 +820,7 @@ function RoleView:OnSkillCast(skill) -- 攻击音效 if self.attackSound then - self:DelayFunc(self.atkSoundTime, function() + self:DelayFunc(self.atkSoundTime - 0.3, function() SoundManager.PlaySound(self.attackSound) end) end @@ -851,7 +851,7 @@ function RoleView:OnSkillCast(skill) end) -- 攻击音效 if self.attackSound then - self:DelayFunc(self.atkSoundTime, function() + self:DelayFunc(self.atkSoundTime - 0.3, function() SoundManager.PlaySound(self.attackSound) end) end