Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions addons.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
7 changes: 0 additions & 7 deletions addons/contextual/src/input_listener.gd

This file was deleted.

1 change: 0 additions & 1 deletion addons/contextual/src/input_listener.gd.uid

This file was deleted.

9 changes: 9 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Loading