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