mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
14 lines
311 B
Plaintext
14 lines
311 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",
|
||
|
fap_icon_assets="assets",
|
||
|
)
|