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;