application.fam 242 B

1234567891011
  1. App(
  2. appid="snake_game",
  3. name="Snake Game",
  4. apptype=FlipperAppType.PLUGIN,
  5. entry_point="snake_game_app",
  6. cdefines=["APP_SNAKE_GAME"],
  7. requires=["gui"],
  8. stack_size=1 * 1024,
  9. icon="A_Plugins_14",
  10. order=30,
  11. )