mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-05 05:09:09 -07:00
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
# PLUGIN BY eugene-kirzhanov
|
|
App(
|
|
appid="2048_improved",
|
|
name="2048",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="game_2048_app",
|
|
cdefines=["APP_GAME_2048"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=90,
|
|
fap_icon="game_2048.png",
|
|
fap_category="Games"
|
|
) |