mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +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:
@@ -55,7 +55,18 @@ enum VERSION_VALIDATION {
|
||||
## [code]ModLoader:Dependency[/code] - ignore the exact name [br]
|
||||
## [code]ModLoader:*[/code] - ignore all beginning with this name [br]
|
||||
@export var ignored_mod_names_in_log: Array[String] = []
|
||||
@export var hint_color := Color("#70bafa")
|
||||
## Highlighting color for warning type log messages
|
||||
@export var warning_color := Color("#ffde66")
|
||||
## Highlighting color for success type log messages
|
||||
@export var success_color := Color("#5d8c3f")
|
||||
## Highlighting color for info type log messages
|
||||
@export var info_color := Color("#70bafa")
|
||||
## Highlighting color for hint type log messages
|
||||
@export var hint_color := Color("#b293fa")
|
||||
## Highlighting color for debug type log messages
|
||||
@export var debug_color := Color("#d4d4d4")
|
||||
## Highlight debug log prefixes with bold formatting
|
||||
@export var debug_bold := true
|
||||
|
||||
@export_group("Game Data")
|
||||
## Steam app id, can be found in the steam page url
|
||||
|
Reference in New Issue
Block a user