mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 09:58:36 -07:00
added pong & asteroids
https://github.com/antirez/flipper-asteroids https://github.com/nmrr/flipperzero-pong
This commit is contained in:
13
applications/plugins/pong/application.fam
Normal file
13
applications/plugins/pong/application.fam
Normal 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",
|
||||
)
|
||||
Reference in New Issue
Block a user