unleashed-firmware/applications/plugins/tetris_game/application.fam
2022-09-14 21:04:04 +03:00

10 lines
216 B
Text

App(
appid="tetris_game",
name="Tetris",
apptype=FlipperAppType.PLUGIN,
entry_point="tetris_game_app",
cdefines=["APP_TETRIS_GAME"],
requires=["gui"],
stack_size=2 * 1024,
order=20,
)