mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
14 lines
263 B
Text
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",
|
|
)
|