mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
12 lines
286 B
Text
12 lines
286 B
Text
App(
|
|
appid="game_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",
|
|
)
|