mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:28:36 -07:00
Add NFC Maker and Jetpack Joyride apps
This commit is contained in:
15
applications/external/jetpack_joyride/application.fam
vendored
Normal file
15
applications/external/jetpack_joyride/application.fam
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# For details & more options, see documentation/AppManifests.md in firmware repo
|
||||
|
||||
App(
|
||||
appid="jetpack_joyride",
|
||||
name="Jetpack Joyride",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="jetpack_game_app",
|
||||
cdefines=["APP_JETPACK_GAME"],
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
order=100,
|
||||
fap_icon="icon.png",
|
||||
fap_category="Games",
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
Reference in New Issue
Block a user