Files
Momentum-Firmware/applications/plugins/flappy_bird/application.fam
RogueMaster 438b984000 apps renamed
2022-09-19 18:13:50 -04:00

13 lines
281 B
Plaintext

App(
appid="FlappyBird",
name="Flappy Bird",
apptype=FlipperAppType.EXTERNAL,
entry_point="flappy_game_app",
cdefines=["APP_FLAPPY_GAME"],
requires=["gui"],
stack_size=4 * 1024,
order=100,
fap_icon="flappy_10px.png",
fap_category="Games",
)