动画调整为30帧

This commit is contained in:
xsl
2025-11-02 15:25:20 +08:00
parent 6495a27658
commit 02a005f5b1
2 changed files with 7 additions and 4 deletions
@@ -36,7 +36,7 @@ public class MainActivity extends FaceActivity
motion.type = "11";
motion.png_names.add("11.png");
InitArg initArg = new InitArg();
initArg.action_fps = 10;
initArg.action_fps = 30;
initArg.zoom = 1.5f;
initArg.motion = motion;
SetInitArg(initArg.toJson());