From 689afadaeaf67d32f408c3bb02fcf39bd9c63e80 Mon Sep 17 00:00:00 2001 From: Nordup Date: Sat, 3 Jun 2023 18:34:26 +0300 Subject: [PATCH] gd: fix windows sandbox --- project/project.godot | 2 +- project/the_gates/resources/sandbox_executable.tres | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/project.godot b/project/project.godot index e3859b1..31c7925 100644 --- a/project/project.godot +++ b/project/project.godot @@ -58,7 +58,7 @@ pointing/emulate_touch_from_mouse=true [rendering] +textures/canvas_textures/default_texture_filter=2 driver/threads/thread_model=2 textures/default_filters/anisotropic_filtering_level=1 anti_aliasing/quality/use_taa=true -textures/canvas_textures/default_texture_filter=2 diff --git a/project/the_gates/resources/sandbox_executable.tres b/project/the_gates/resources/sandbox_executable.tres index 75c9e0f..09e28ad 100644 --- a/project/the_gates/resources/sandbox_executable.tres +++ b/project/the_gates/resources/sandbox_executable.tres @@ -7,4 +7,4 @@ script = ExtResource("1_q0dqh") linux = "Sandbox.x86_64" linux_debug = "godot.linuxbsd.editor.dev.sandbox.x86_64.llvm" windows = "Sandbox.exe" -windows_debug = "godot.linuxbsd.editor.dev.sandbox.x86_64.exe" +windows_debug = "godot.windows.editor.dev.sandbox.x86_64.exe"