mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
13 lines
No EOL
244 B
Text
13 lines
No EOL
244 B
Text
App(
|
|
appid="game_2048",
|
|
name="2048",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="game_2048_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=90,
|
|
fap_icon="game_2048.png",
|
|
fap_category="Games"
|
|
) |