mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
14 lines
393 B
Text
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",
|
|
)
|