mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
App(
|
|
appid="flipper_pong",
|
|
name="Pong",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="flipper_pong_app",
|
|
cdefines=["APP_FLIPPER_PONG"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=1 * 1024,
|
|
fap_icon="pong.png",
|
|
fap_category="Games",
|
|
fap_author="@nmrr & @SimplyMinimal",
|
|
fap_weburl="https://github.com/nmrr/flipperzero-pong",
|
|
fap_version="1.1",
|
|
fap_description="Simple pong game",
|
|
)
|