fixed the subghz part of the tanks game

This commit is contained in:
Sil 333033
2023-07-15 00:26:01 +02:00
parent c7ec0d70ce
commit 56aa576e1c
25 changed files with 91 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
App(
appid="tanks",
name="Tanks",
apptype=FlipperAppType.EXTERNAL,
entry_point="tanks_game_app",
cdefines=["APP_TANKS_GAME"],
requires=["gui", "subghz"],
stack_size=4 * 1024,
order=730,
fap_icon="tanksIcon.png",
fap_category="Games",
fap_icon_assets="images",
)