From ee733ca45a38decd55dc30eef865136fe7fbbf3a Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 13 Apr 2024 19:10:44 +1200 Subject: [PATCH] chore(deps): add godot editor debugger plugin --- plug.gd | 3 +++ project.godot | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plug.gd b/plug.gd index 9875fa4..97bccb3 100644 --- a/plug.gd +++ b/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"} + ) diff --git a/project.godot b/project.godot index a09b361..d19f58c 100644 --- a/project.godot +++ b/project.godot @@ -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]