mini_arcade_core.utils.assets ============================= .. py:module:: mini_arcade_core.utils.assets .. autoapi-nested-parse:: Asset path helpers shared by games. Functions --------- .. autoapisummary:: mini_arcade_core.utils.assets.find_assets_root Module Contents --------------- .. py:function:: find_assets_root(anchor: str) -> pathlib.Path Find an `assets` directory by walking upward from an anchor file path. :param anchor: File path used as the search starting point. :type anchor: str :raises FileNotFoundError: If assets directory cannot be found.