mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
|
App(
|
||
|
appid="VideoPoker",
|
||
|
name="Video Poker",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="video_poker_app",
|
||
|
cdefines=["APP_VIDEOPOKER_GAME"],
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=270,
|
||
|
fap_icon="pokerIcon.png",
|
||
|
fap_category="Games_Extra",
|
||
|
)
|