mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
15 lines
397 B
Text
15 lines
397 B
Text
# 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",
|
|
)
|