mini_arcade_core.scenes.bootstrap ================================= .. py:module:: mini_arcade_core.scenes.bootstrap .. autoapi-nested-parse:: Helpers for scene bootstrap/config loading. Functions --------- .. autoapisummary:: mini_arcade_core.scenes.bootstrap.scene_entities_config mini_arcade_core.scenes.bootstrap.resolve_named_templates mini_arcade_core.scenes.bootstrap.scene_viewport Module Contents --------------- .. py:function:: scene_entities_config(scene, *, error_message: str) -> dict[str, Any] Return the ``entities`` section from scene runtime settings. .. py:function:: resolve_named_templates(raw_templates: dict[str, Any] | None, *, resolver: Callable[[dict[str, Any]], dict[str, Any]] | None = None) -> dict[str, dict[str, Any]] Clone and optionally resolve the named template mapping. .. py:function:: scene_viewport(scene) -> tuple[float, float] Resolve the current virtual viewport from the window service.