unleashed-firmware/applications/tetris_game/application.fam
2022-06-26 20:57:29 +03:00

10 lines
214 B
Text

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