From a6a0ba6441ea2b28b1e315dafa1489d439250bee Mon Sep 17 00:00:00 2001 From: Nordup Date: Tue, 13 Feb 2024 04:46:19 +0400 Subject: [PATCH] use template_debug sandbox with editor --- project/resources/sandbox_executable.tres | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/resources/sandbox_executable.tres b/project/resources/sandbox_executable.tres index 0a32e5c..98cb26c 100644 --- a/project/resources/sandbox_executable.tres +++ b/project/resources/sandbox_executable.tres @@ -5,6 +5,6 @@ [resource] script = ExtResource("1_q0dqh") linux = "sandbox/Sandbox.x86_64" -linux_debug = "godot.linuxbsd.editor.dev.sandbox.x86_64.llvm" +linux_debug = "godot.linuxbsd.template_debug.dev.sandbox.x86_64.llvm" windows = "Sandbox.exe" -windows_debug = "godot.windows.editor.dev.sandbox.x86_64.exe" +windows_debug = "godot.windows.template_debug.dev.sandbox.x86_64.exe"