unleashed-firmware/applications/external/zombiez/application.fam
2023-06-29 19:18:49 +03:00

14 lines
393 B
Text

App(
appid="zombiez",
name="Zombiez",
apptype=FlipperAppType.EXTERNAL,
entry_point="zombiez_game_app",
requires=["gui"],
stack_size=2 * 1024,
order=280,
fap_icon="zombie_10px.png",
fap_category="Games",
fap_author="@DevMilanIan & @xMasterX, (original By @Dooskington)",
fap_version="1.0",
fap_description="Defend your walls from the zombies",
)