mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-16 18:07:13 +03:00
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
|
App(
|
||
|
appid="game_flappybird",
|
||
|
name="Flappy Bird",
|
||
|
apptype=FlipperAppType.PLUGIN,
|
||
|
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",
|
||
|
)
|