mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
App(
|
|
appid="GAME_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",
|
|
)
|