mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
12 lines
276 B
Text
12 lines
276 B
Text
App(
|
|
appid="tetris_game",
|
|
name="Tetris",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="tetris_game_app",
|
|
cdefines=["APP_TETRIS_GAME"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="tetris_10px.png",
|
|
fap_category="Games",
|
|
)
|