Scorched Tanks

This commit is contained in:
RogueMaster
2022-10-18 17:56:09 -04:00
parent d94a2c0c09
commit 25418ce61a
7 changed files with 1297 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
App(
appid="Scorched_Tanks",
name="Scorched Tanks",
apptype=FlipperAppType.EXTERNAL,
entry_point="scorched_tanks_game_app",
cdefines=["APP_SCORCHED_TANKS_GAME"],
requires=["gui"],
stack_size=1 * 1024,
order=100,
fap_icon="scorchedTanks_10px.png",
fap_category="Games",
)