Procházet zdrojové kódy

Make assets pre-built

Derek Jamison před 1 rokem
rodič
revize
fc387dcbf5
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      application.fam

+ 6 - 6
application.fam

@@ -11,10 +11,10 @@ App(
     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="python3 ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
-        ),
-    ),
+#    fap_extbuild=(
+#        ExtFile(
+#            path="${FAP_SRC_DIR}/assets",
+#            command="python3 ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
+#        ),
+#    ),
 )