mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-07 18:28:47 +00:00
12 lines
238 B
Text
12 lines
238 B
Text
|
App(
|
||
|
appid="snake",
|
||
|
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",
|
||
|
)
|