mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-24 23:40:12 +00:00
14 lines
277 B
Plaintext
14 lines
277 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_Extra",
|
|
)
|