From 41715b56bb96b1897c6011d6ab4c22dc521598b3 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Tue, 11 Feb 2025 01:00:01 +0100 Subject: [PATCH] disable vsync to prevent cursor tearing --- project.godot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.godot b/project.godot index 74a914c..8378093 100644 --- a/project.godot +++ b/project.godot @@ -26,10 +26,12 @@ Cursor="*res://core/Cursor.tscn" window/size/viewport_width=1920 window/size/viewport_height=1080 +window/size/mode=2 window/size/initial_position_type=2 window/size/initial_screen=2 window/size/extend_to_title=true window/stretch/mode="canvas_items" +window/vsync/vsync_mode=0 window/size/viewport_width.editor=1152 window/size/viewport_height.editor=648