mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +03:00
fb63e53d9a
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
App(
|
|
appid="snake_game",
|
|
name="Snake Game",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="snake_game_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=30,
|
|
fap_icon="snake_10px.png",
|
|
fap_category="Games",
|
|
)
|