AirLabyrinth: Fix sprites on windows (still precompiled tho)
This commit is contained in:
parent
d27edb92fe
commit
b17c15ac07
@ -14,7 +14,8 @@ App(
|
|||||||
# 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=("python" if __import__("sys").platform == "win32" else "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