Files
Momentum-Firmware/applications/plugins/snake_game/application.fam
T

17 lines
332 B
Plaintext

App(
appid="snake_game",
name="Snake Game",
apptype=FlipperAppType.PLUGIN,
entry_point="snake_game_app",
cdefines=["APP_SNAKE_GAME"],
requires=[
"gui",
"notification",
"storage",
],
stack_size=2 * 1024,
order=30,
fap_icon="snake_10px.png",
fap_category="Games",
)