Skip to content

Commit

Permalink
Rename the Other folder to Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner committed Jan 25, 2024
1 parent b13ff3e commit 36d1061
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static func get_module_path(name:String, builtin:=true) -> String:


static func update_autoload_subsystem_access() -> void:
var script: Script = load("res://addons/dialogic/Other/DialogicGameHandler.gd")
var script: Script = load("res://addons/dialogic/Core/DialogicGameHandler.gd")

var new_subsystem_access_list := "#region SUBSYSTEMS\n"

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion addons/dialogic/plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extends EditorPlugin
## Preload the main panel scene
const MainPanel := preload("res://addons/dialogic/Editor/editor_main.tscn")
const PLUGIN_NAME := "Dialogic"
const PLUGIN_HANDLER_PATH := "res://addons/dialogic/Other/DialogicGameHandler.gd"
const PLUGIN_HANDLER_PATH := "res://addons/dialogic/Core/DialogicGameHandler.gd"
const PLUGIN_ICON_PATH := "res://addons/dialogic/Editor/Images/plugin-icon.svg"

## References used by various other scripts to quickly reference these things
Expand Down

0 comments on commit 36d1061

Please sign in to comment.