mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
13 lines
281 B
Plaintext
13 lines
281 B
Plaintext
App(
|
|
appid="GAME_Tanks",
|
|
name="Tanks",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="tanks_game_app",
|
|
cdefines=["APP_TANKS_GAME"],
|
|
requires=["gui", "subghz"],
|
|
stack_size=4 * 1024,
|
|
order=230,
|
|
fap_icon="tanksIcon.png",
|
|
fap_category="Games",
|
|
)
|