From e4ac198717285be28328555f913c6d699d77daad Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Wed, 28 Feb 2024 17:34:34 -0800 Subject: [PATCH] Make assets pre-built --- vgm/apps/air_labyrinth/application.fam | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vgm/apps/air_labyrinth/application.fam b/vgm/apps/air_labyrinth/application.fam index e44192d..609dded 100644 --- a/vgm/apps/air_labyrinth/application.fam +++ b/vgm/apps/air_labyrinth/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", +# ), +# ), )