mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
12 lines
274 B
Text
12 lines
274 B
Text
App(
|
|
appid="tetris_game",
|
|
name="Tetris",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
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",
|
|
)
|