mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
App(
|
|
appid="roots_of_life",
|
|
name="Roots of Life",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="roots_of_life_game_app",
|
|
cdefines=["APP_ROOTS_OF_LIFE_GAME"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=30,
|
|
fap_icon="roots_of_life_10px.png",
|
|
fap_category="Games",
|
|
fap_icon_assets="images",
|
|
fap_icon_assets_symbol="roots_of_life_game",
|
|
)
|