You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fz-minesweeper/application.fam

12 lines
246 B
Plaintext

App(
appid="minesweeper",
name="BPM Tapper",
apptype=FlipperAppType.PLUGIN,
entry_point="minesweeper_app",
cdefines=["APP_MINESWEEPER"],
requires=["gui"],
stack_size=2 * 1024,
fap_category="Games",
order=35,
)