chore(deps): add godot editor debugger plugin

This commit is contained in:
Leroy Hopson 2024-04-13 19:10:44 +12:00
parent dd118d72f3
commit ee733ca45a
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 4 additions and 1 deletions

View file

@ -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"}
)

View file

@ -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]