Reorg, added more sources

This commit is contained in:
UberGuidoZ
2022-12-28 22:34:27 -08:00
parent 034d4cd172
commit 24f88bf731
1646 changed files with 39096 additions and 0 deletions
@@ -0,0 +1,12 @@
App(
appid="Dice",
name="Dice [RM]",
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",
)