mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03:00
ca49da3c83
regex check will be added in OFW soon
13 lines
278 B
Plaintext
13 lines
278 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",
|
|
)
|