Files
Momentum-Firmware/applications/plugins/tictactoe_game/application.fam
RogueMaster b2f0e0ae62 Fix Order
2022-09-17 05:08:20 -04:00

13 lines
294 B
Plaintext

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