完成动画序列播放

This commit is contained in:
xsl
2025-12-22 00:40:45 +08:00
parent 7b07e7fbc1
commit 29e0c1e9a8
775 changed files with 3022 additions and 654 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ void CppAnimationFinishedCallback()
void CppCallback()
{
g_app->changeMotionList(CppAnimationFinishedCallback, true);
vector<string> motions = {"4", "11", "13"};
g_app->changeMotionList(motions, CppAnimationFinishedCallback, true);
}
// 读取JSON文件并填充到motions容器中