Files
Momentum-Firmware/applications/plugins/dice/application.fam
RogueMaster 438b984000 apps renamed
2022-09-19 18:13:50 -04:00

13 lines
246 B
Plaintext

App(
appid="Dice",
name="Dice",
apptype=FlipperAppType.EXTERNAL,
entry_point="dice_app",
cdefines=["APP_DICE"],
requires=["gui"],
stack_size=2 * 1024,
order=70,
fap_icon="dice.png",
fap_category="Games",
)