mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
11 lines
237 B
Text
11 lines
237 B
Text
App(
|
|
appid="Tetris",
|
|
name="Tetris",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="tetris_game_app",
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="tetris_10px.png",
|
|
fap_category="Games",
|
|
)
|