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
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
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",
|
|
)
|