mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03:00
ca49da3c83
regex check will be added in OFW soon
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
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",
|
|
)
|