소스 검색

feat: 添加注释

hexleo 5 년 전
부모
커밋
9261354ff0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Android/PlayerProj/animtool/src/main/java/com/tencent/qgame/playerproj/animtool/Main.java

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

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