jbohack
2023-01-08 04:19:36 -05:00
parent 16e1c71041
commit a170065804
6 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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",
)