mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Move plugins to external folder
This commit is contained in:
12
applications/external/tetris_game/application.fam
vendored
Normal file
12
applications/external/tetris_game/application.fam
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
App(
|
||||
appid="Tetris",
|
||||
name="Tetris",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="tetris_game_app",
|
||||
cdefines=["APP_TETRIS_GAME"],
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=20,
|
||||
fap_icon="tetris_10px.png",
|
||||
fap_category="Games",
|
||||
)
|
||||
Reference in New Issue
Block a user