no apps :(

This commit is contained in:
MX
2023-09-11 15:29:43 +03:00
parent eb2607f308
commit 67a681f8b8
67 changed files with 0 additions and 2891 deletions

View File

@@ -1,13 +0,0 @@
App(
appid="snake_game",
name="Snake Game",
apptype=FlipperAppType.EXTERNAL,
entry_point="snake_game_app",
requires=["gui"],
stack_size=1 * 1024,
targets=["f7"],
fap_version="1.0",
fap_description="Classic Snake Game",
fap_icon="snake_10px.png",
fap_category="Games",
)