1 parent 032dcf1 commit 5f9d6ecCopy full SHA for 5f9d6ec
1 file changed
engine/core/__init__.py
@@ -422,7 +422,7 @@ def __init__(
422
height (int): Window height in pixels. Defaults to 600.
423
cursor_visible (bool): Whether the mouse cursor is visible. Defaults to True.
424
fullscreen (bool): Whether to start in fullscreen mode. Defaults to False.
425
- icon_path (Optional[str | Path]): Path to window icon image. Defaults to None.
+ icon_path (str | Path | None): Path to window icon image. Defaults to None.
426
IS_EDITOR (bool): Whether running in editor mode. Defaults to False.
427
GP_BASE_PATH (str): Base path for game assets
428
0 commit comments