unleashed-firmware/applications/plugins/minesweeper/application.fam

13 lines
286 B
Text
Raw Normal View History

App(
appid="Minesweeper",
name="Minesweeper",
apptype=FlipperAppType.EXTERNAL,
entry_point="minesweeper_app",
cdefines=["APP_MINESWEEPER"],
requires=["gui"],
stack_size=8 * 1024,
fap_category="Games",
fap_icon="minesweeper_icon.png",
order=35,
)