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

13 lines
283 B
Plaintext

App(
appid="GameOfLife",
name="Game of Life",
apptype=FlipperAppType.EXTERNAL,
entry_point="game_of_life_app",
cdefines=["APP_GAMEOFLIFE_GAME"],
requires=["gui"],
stack_size=2 * 1024,
order=110,
fap_icon="golIcon.png",
fap_category="Games",
)