Files
Momentum-Firmware/applications/plugins/zombiez/application.fam
RogueMaster 438b984000 apps renamed
2022-09-19 18:13:50 -04:00

13 lines
276 B
Plaintext

App(
appid="Zombiez",
name="Zombiez",
apptype=FlipperAppType.EXTERNAL,
entry_point="zombiez_game_app",
cdefines=["APP_ZOMBIEZ_GAME"],
requires=["gui"],
stack_size=2 * 1024,
order=280,
fap_icon="zombie_10px.png",
fap_category="Games",
)