From 414c4bfe57a4685bf0b09ed3c0ff7b9c450bb9f5 Mon Sep 17 00:00:00 2001 From: vuong dinh hoang Date: Thu, 7 May 2026 11:03:58 +0700 Subject: [PATCH] done state gfx --- Assets/PerfectWorld/Scripts/Move/CECPlayer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/PerfectWorld/Scripts/Move/CECPlayer.cs b/Assets/PerfectWorld/Scripts/Move/CECPlayer.cs index fdbd7992c1..6540e7bb30 100644 --- a/Assets/PerfectWorld/Scripts/Move/CECPlayer.cs +++ b/Assets/PerfectWorld/Scripts/Move/CECPlayer.cs @@ -916,7 +916,7 @@ namespace BrewMonster // [中文] 策划联入\状态效果\ (状态效果 GFX 的基础路径) // [English] Designer-integrated state effect GFX base path - const string szBasePath = "策划联入/状态效果/"; + const string szBasePath = "gfx/策划联入/状态效果/"; const int bitSize = sizeof(uint) * 8; for (int index = 0; index < count; index++) @@ -1354,7 +1354,7 @@ namespace BrewMonster return PlayActionWithConfig(iAction, m_PlayerActions[iAction], bRestart, iTransTime, bQueue); } - + const int COMACT_FLAG_MODE_NONE = 0; const int COMACT_FLAG_MODE_ONCE = 1; const int COMACT_FLAG_MODE_ONCE_IGNOREGFX = 2;