mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
|
App(
|
||
|
appid="MontyHall",
|
||
|
name="Monty Hall",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="montyhall_game_app",
|
||
|
cdefines=["APP_MONTYHALL_GAME"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=185,
|
||
|
fap_icon="Monty.png",
|
||
|
fap_category="Games_Extra",
|
||
|
)
|