mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
App(
|
|
appid="game15",
|
|
name="Game 15",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="game15_app",
|
|
cdefines=["APP_GAME15"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_icon="game15_10px.png",
|
|
order=30,
|
|
fap_category="Games",
|
|
)
|