mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +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,
|
|
)
|