unleashed-firmware/applications/external/doom/application.fam
MX ca49da3c83
Fix APP_IDs to match new regex
regex check will be added in OFW soon
2023-06-02 13:42:44 +03:00

14 lines
263 B
Text

App(
appid="doom",
name="DOOM",
apptype=FlipperAppType.EXTERNAL,
entry_point="doom_app",
requires=[
"gui",
"music_player",
],
stack_size=4 * 1024,
order=75,
fap_icon="doom_10px.png",
fap_category="Games",
)