get_config
Functionget_config()
Return the global Svan2DConfig, initializing from defaults and user config on first call.
Examples
config = get_config()
config.get(ConfigKey.SCENE_WIDTH) # 800
get_config()
Return the global Svan2DConfig, initializing from defaults and user config on first call.
config = get_config()
config.get(ConfigKey.SCENE_WIDTH) # 800