mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-09 20:40:24 +01:00
chore(deps): add godot editor debugger plugin
This commit is contained in:
parent
dd118d72f3
commit
ee733ca45a
2 changed files with 4 additions and 1 deletions
3
plug.gd
3
plug.gd
|
@ -6,3 +6,6 @@ extends "res://addons/gd-plug/plug.gd"
|
|||
func _plugging():
|
||||
plug("bitwes/Gut", {tag = "v9.2.0"})
|
||||
plug("lihop/godot-pixelmatch", {tag = "v2.0.0", include = ["addons/pixelmatch"]})
|
||||
plug(
|
||||
"Zylann/godot_editor_debugger_plugin", {commit = "b0301fb58790c33ff1d839c4debddd4137ff90e9"}
|
||||
)
|
||||
|
|
|
@ -21,7 +21,7 @@ window/vsync/use_vsync=false
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/godot_xterm/plugin.cfg")
|
||||
enabled=PackedStringArray("res://addons/godot_xterm/plugin.cfg", "res://addons/zylann.editor_debugger/plugin.cfg")
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
Loading…
Reference in a new issue