mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 12:58:36 -07:00
Games: Add 2048 game
This commit is contained in:
14
applications/plugins/game_2048/application.fam
Normal file
14
applications/plugins/game_2048/application.fam
Normal file
@@ -0,0 +1,14 @@
|
||||
App(
|
||||
appid="game_2048",
|
||||
name="2048",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="game_2048_app",
|
||||
cdefines=["APP_GAME_2048"],
|
||||
requires=[
|
||||
"gui",
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
order=90,
|
||||
fap_icon="game_2048.png",
|
||||
fap_category="Games"
|
||||
)
|
||||
Reference in New Issue
Block a user