mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Move plugins to external folder
This commit is contained in:
11
applications/external/heap_defence_game/application.fam
vendored
Normal file
11
applications/external/heap_defence_game/application.fam
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
App(
|
||||
appid="heap_defence",
|
||||
name="Heap Defence",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="heap_defence_app",
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
fap_category="Games",
|
||||
fap_icon="box.png",
|
||||
fap_icon_assets="assets_images",
|
||||
)
|
||||
Reference in New Issue
Block a user