mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 03:11:52 +03:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
|
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,
|
||
|
)
|