mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
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",
|
|
)
|