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"