mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
App(
|
|
appid="flappy_bird",
|
|
name="Flappy Bird",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="flappy_game_app",
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
order=100,
|
|
fap_icon="flappy_10px.png",
|
|
fap_category="Games",
|
|
fap_icon_assets="assets",
|
|
fap_author="@DroomOne & @xMasterX",
|
|
fap_version="1.0",
|
|
fap_description="Flappy Bird Game",
|
|
)
|