done state gfx

This commit is contained in:
vuong dinh hoang
2026-05-07 11:03:58 +07:00
parent 77dee83021
commit 414c4bfe57
@@ -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;