mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
move hid and snake apps into main repo [ci skip]
This commit is contained in:
11
applications/system/snake_game/application.fam
Normal file
11
applications/system/snake_game/application.fam
Normal file
@@ -0,0 +1,11 @@
|
||||
App(
|
||||
appid="snake",
|
||||
name="Snake Game",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="snake_game_app",
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=30,
|
||||
fap_icon="snake_10px.png",
|
||||
fap_category="Games",
|
||||
)
|
||||
Reference in New Issue
Block a user