Browse Source

feat: 添加注释

hexleo 5 years ago
parent
commit
9261354ff0

+ 1 - 1
Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Main.java

@@ -58,7 +58,7 @@ public class Main {
         // fps
         // fps
         commonArg.fps = 24;
         commonArg.fps = 24;
         // 素材文件路径
         // 素材文件路径
-        commonArg.inputPath = "/Users/hexleo/temp/begod/portrait/god";
+        commonArg.inputPath = "/path/to/your/demo";
         // 中间素材输出路径
         // 中间素材输出路径
         commonArg.outputPath = commonArg.inputPath + "/output";
         commonArg.outputPath = commonArg.inputPath + "/output";