mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 16:00:54 +00:00
Allow Mod Loader to automatically add hooks on export (#405)
* Update Mod Loader and Tool addons * Mod tool checks if script exists before reloading * Change script export mode to Text for hook export * Change return type of load_image_from_path to Texture2D
This commit is contained in:
@@ -227,4 +227,9 @@ func _update_ml_options_from_cli_args() -> void:
|
||||
func _configure_logger() -> void:
|
||||
ModLoaderLog.verbosity = ml_options.log_level
|
||||
ModLoaderLog.ignored_mods = ml_options.ignored_mod_names_in_log
|
||||
ModLoaderLog.warning_color = ml_options.warning_color
|
||||
ModLoaderLog.success_color = ml_options.success_color
|
||||
ModLoaderLog.info_color = ml_options.info_color
|
||||
ModLoaderLog.hint_color = ml_options.hint_color
|
||||
ModLoaderLog.debug_color = ml_options.debug_color
|
||||
ModLoaderLog.debug_bold = ml_options.debug_bold
|
||||
|
Reference in New Issue
Block a user