Skip to content

Commit 9f9f020

Browse files
committed
what?!?
1 parent 4f43fde commit 9f9f020

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

non_catalog_apps/air_labyrinth/application.fam

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ App(
1010
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/vgm/apps/air_labyrinth",
1111
fap_author="@CodeAllNight (MrDerekJamison)",
1212
fap_version="0.1",
13-
fap_file_assets="assets", # Do not touch this and the next line, it is needed to generate sprites
14-
# fap_extbuild=(
15-
# ExtFile(
16-
# path="${FAP_SRC_DIR}/assets",
17-
# command=("python" if __import__("sys").platform == "win32" else "python3")
18-
# + " ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
19-
# ),
20-
# ),
13+
fap_file_assets="compiledsprites",
2114
)
15+
# Do not touch this and the next line, it is needed to generate sprites
16+
# fap_extbuild=(
17+
# ExtFile(
18+
# path="${FAP_SRC_DIR}/assets",
19+
# command=("python" if __import__("sys").platform == "win32" else "python3")
20+
# + " ${FAP_SRC_DIR}/engine/scripts/sprite_builder.py ${FAP_SRC_DIR.abspath}/sprites ${TARGET.abspath}/sprites",
21+
# ),
22+
# ),
Binary file not shown.

0 commit comments

Comments
 (0)