Files
Momentum-Firmware/applications/plugins/game2048/application.fam
RogueMaster 438b984000 apps renamed
2022-09-19 18:13:50 -04:00

13 lines
256 B
Plaintext

App(
appid="2048",
name="2048",
apptype=FlipperAppType.EXTERNAL,
entry_point="game_2048_app",
cdefines=["APP_2048_GAME"],
requires=["gui"],
stack_size=2 * 1024,
order=10,
fap_icon="2048.png",
fap_category="Games",
)