mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
17 lines
425 B
Plaintext
17 lines
425 B
Plaintext
App(
|
|
appid="yatzee",
|
|
name="Yatzee",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="yatzee_main",
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
order=99,
|
|
fap_icon="images/yatzee_icon_10px.png",
|
|
fap_category="Games",
|
|
fap_icon_assets="images",
|
|
fap_author="@emfleak",
|
|
fap_weburl="https://github.com/emfleak/flipperzero-yatzee",
|
|
fap_version="1.0",
|
|
fap_description="Yahtzee game",
|
|
)
|