disable vsync to prevent cursor tearing
This commit is contained in:
parent
09b921e321
commit
41715b56bb
1 changed files with 2 additions and 0 deletions
|
@ -26,10 +26,12 @@ Cursor="*res://core/Cursor.tscn"
|
||||||
|
|
||||||
window/size/viewport_width=1920
|
window/size/viewport_width=1920
|
||||||
window/size/viewport_height=1080
|
window/size/viewport_height=1080
|
||||||
|
window/size/mode=2
|
||||||
window/size/initial_position_type=2
|
window/size/initial_position_type=2
|
||||||
window/size/initial_screen=2
|
window/size/initial_screen=2
|
||||||
window/size/extend_to_title=true
|
window/size/extend_to_title=true
|
||||||
window/stretch/mode="canvas_items"
|
window/stretch/mode="canvas_items"
|
||||||
|
window/vsync/vsync_mode=0
|
||||||
window/size/viewport_width.editor=1152
|
window/size/viewport_width.editor=1152
|
||||||
window/size/viewport_height.editor=648
|
window/size/viewport_height.editor=648
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue