unleashed-firmware/applications/external/zombiez/application.fam

15 lines
393 B
Text
Raw Normal View History

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",
2023-06-29 16:18:49 +00:00
fap_author="@DevMilanIan & @xMasterX, (original By @Dooskington)",
fap_version="1.0",
fap_description="Defend your walls from the zombies",
)