mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
App(
|
|
appid="ocarina",
|
|
name="Ocarina",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="ocarina_app",
|
|
cdefines=["APP_OCARINA"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=30,
|
|
fap_icon="music_10px.png",
|
|
fap_category="Media",
|
|
fap_icon_assets="icons",
|
|
fap_author="@invalidna-me",
|
|
fap_weburl="https://github.com/invalidna-me/flipperzero-ocarina",
|
|
fap_version="1.0",
|
|
fap_description="A basic Ocarina (of Time), Controls are the same as the N64 version of the Ocarina of Time",
|
|
)
|