mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
11 lines
233 B
Text
11 lines
233 B
Text
App(
|
|
appid="game15",
|
|
name="Game 15",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="game15_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_icon="game15_10px.png",
|
|
order=30,
|
|
fap_category="Games",
|
|
)
|