MX 1 год назад
Родитель
Сommit
2ce6b23d0d
2 измененных файлов с 9 добавлено и 8 удалено
  1. 9 8
      application.fam
  2. BIN
      compiledsprites/sprites/player.fxbm

+ 9 - 8
application.fam

@@ -10,12 +10,13 @@ App(
     fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/vgm/apps/air_labyrinth",
     fap_author="@CodeAllNight (MrDerekJamison)",
     fap_version="0.1",
-    fap_file_assets="assets",  # Do not touch this and the next line, it is needed to generate sprites
-    #    fap_extbuild=(
-    #        ExtFile(
-    #            path="${FAP_SRC_DIR}/assets",
-    #            command=("python" if __import__("sys").platform == "win32" else "python3")
-    #            + " ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
-    #        ),
-    #    ),
+    fap_file_assets="compiledsprites",
 )
+# Do not touch this and the next line, it is needed to generate sprites
+#    fap_extbuild=(
+#        ExtFile(
+#            path="${FAP_SRC_DIR}/assets",
+#            command=("python" if __import__("sys").platform == "win32" else "python3")
+#            + " ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
+#        ),
+#    ),

BIN
compiledsprites/sprites/player.fxbm