mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
11 lines
238 B
Text
11 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",
|
|
)
|