mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
# 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,
|
|
fap_icon="icon.png",
|
|
fap_category="Games",
|
|
fap_icon_assets="assets",
|
|
)
|