mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 10:18:35 -07:00
adaptation to the new build system + fixes
This commit is contained in:
10
applications/arkanoid/application.fam
Normal file
10
applications/arkanoid/application.fam
Normal file
@@ -0,0 +1,10 @@
|
||||
App(
|
||||
appid="arkanoid_game",
|
||||
name="Arkanoid",
|
||||
apptype=FlipperAppType.GAME,
|
||||
entry_point="arkanoid_game_app",
|
||||
cdefines=["APP_ARKANOID_GAME"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=30,
|
||||
)
|
||||
Reference in New Issue
Block a user