mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
17 lines
462 B
Plaintext
17 lines
462 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",
|
|
fap_author="@PixlEmly",
|
|
fap_weburl="https://github.com/PixlEmly",
|
|
fap_version="1.0",
|
|
fap_description="Video poker is a casino game based on five-card draw poker",
|
|
)
|