unleashed-firmware/applications/external/game15/application.fam
2023-03-15 01:25:18 +03:00

12 lines
262 B
Text

App(
appid="game15",
name="Game 15",
apptype=FlipperAppType.EXTERNAL,
entry_point="game15_app",
cdefines=["APP_GAME15"],
requires=["gui"],
stack_size=1 * 1024,
fap_icon="game15_10px.png",
order=30,
fap_category="Games",
)