diff --git a/addons.jsonc b/addons.jsonc index ddf11cd..73951bd 100644 --- a/addons.jsonc +++ b/addons.jsonc @@ -23,11 +23,23 @@ "checkout": "dev", "subfolder": "addons/gdlibnode" }, + "gdlib-editorcolors": { + "url": "https://github.com/TravelSizedLions/gdlib-editorcolors.git", + "source": "remote", + "checkout": "dev", + "subfolder": "addons/gdlib-editorcolors" + }, "gdlib-editorui": { "url": "https://github.com/TravelSizedLions/gdlib-editorui.git", "source": "remote", "checkout": "dev", "subfolder": "addons/gdlib-editorui" + }, + "gdlib-editorinput": { + "url": "https://github.com/TravelSizedLions/gdlib-editorinput.git", + "source": "remote", + "checkout": "dev", + "subfolder": "addons/gdlib-editorinput" } } } diff --git a/addons/contextual/src/input_listener.gd b/addons/contextual/src/input_listener.gd deleted file mode 100644 index 74b311d..0000000 --- a/addons/contextual/src/input_listener.gd +++ /dev/null @@ -1,7 +0,0 @@ -@tool -class_name ContextualInputListener extends Control - -signal on_editor_input - -func _input(event: InputEvent) -> void: - on_editor_input.emit(event) diff --git a/addons/contextual/src/input_listener.gd.uid b/addons/contextual/src/input_listener.gd.uid deleted file mode 100644 index 42dfd23..0000000 --- a/addons/contextual/src/input_listener.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://ciym7rv4b0e2d diff --git a/project.godot b/project.godot index 81f9ef2..90ca54a 100644 --- a/project.godot +++ b/project.godot @@ -13,3 +13,12 @@ config_version=5 config/name="contextual" run/main_scene="uid://bp547c1dbc5k" config/features=PackedStringArray("4.4", "Forward Plus") + +[autoload] + +TreeAccess="*res://addons/tree-access/src/tree_access.gd" +InputListener="*res://addons/gdlib-editorinput/src/input_listener.gd" + +[editor_plugins] + +enabled=PackedStringArray("res://addons/gdlib-editorinput/plugin.cfg", "res://addons/tree-access/plugin.cfg")