mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
# PLUGIN BY eugene-kirzhanov
|
|
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",
|
|
)
|