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:
@@ -1,14 +1,6 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/mod_loader/resources/options_profile.gd" type="Script" id=1]
|
||||
[gd_resource type="Resource" script_class="ModLoaderOptionsProfile" load_steps=2 format=3 uid="uid://bau85xe7qd6xm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://f46uvi5y8oqi" path="res://addons/mod_loader/resources/options_profile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
enable_mods = true
|
||||
log_level = 3
|
||||
disabled_mods = [ ]
|
||||
steam_workshop_enabled = false
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
||||
script = ExtResource("1")
|
||||
|
Reference in New Issue
Block a user