mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +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",
|
||
|
)
|