Make assets pre-built
This commit is contained in:
parent
119f4f244e
commit
e4ac198717
@ -11,10 +11,10 @@ App(
|
|||||||
fap_author="@CodeAllNight (MrDerekJamison)",
|
fap_author="@CodeAllNight (MrDerekJamison)",
|
||||||
fap_version="0.1",
|
fap_version="0.1",
|
||||||
fap_file_assets="assets", # Do not touch this and the next line, it is needed to generate sprites
|
fap_file_assets="assets", # Do not touch this and the next line, it is needed to generate sprites
|
||||||
fap_extbuild=(
|
# fap_extbuild=(
|
||||||
ExtFile(
|
# ExtFile(
|
||||||
path="${FAP_SRC_DIR}/assets",
|
# path="${FAP_SRC_DIR}/assets",
|
||||||
command="python3 ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
|
# command="python3 ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
|
||||||
),
|
# ),
|
||||||
),
|
# ),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user