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

13 lines
272 B
Plaintext

App(
appid="Tetris",
name="Tetris",
apptype=FlipperAppType.EXTERNAL,
entry_point="tetris_game_app",
cdefines=["APP_TETRIS_GAME"],
requires=["gui"],
stack_size=2 * 1024,
order=240,
fap_icon="tetris_10px.png",
fap_category="Games",
)