File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
non_catalog_apps/air_labyrinth Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 10
10
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/vgm/apps/air_labyrinth",
11
11
fap_author="@CodeAllNight (MrDerekJamison)",
12
12
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",
21
14
)
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
+ # ),
You can’t perform that action at this time.
0 commit comments