unleashed-firmware/applications/plugins/tictactoe_game/application.fam

13 lines
291 B
Text
Raw Normal View History

App(
appid="tictactoe_game",
name="Tic Tac Toe",
apptype=FlipperAppType.PLUGIN,
entry_point="tictactoe_game_app",
cdefines=["APP_TICTACTOE_GAME"],
requires=["gui"],
stack_size=1 * 1024,
order=40,
fap_icon="tictactoe_10px.png",
fap_category="Games",
)