mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
App(
|
|
appid="2048",
|
|
name="2048",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="game_2048_app",
|
|
cdefines=["APP_2048_GAME"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=10,
|
|
fap_icon="2048.png",
|
|
fap_category="Games",
|
|
)
|