From f0d7d2f48394e3b94c5b6b89e1cf5ec3326dc052 Mon Sep 17 00:00:00 2001 From: RodZill4 Date: Wed, 30 Oct 2019 23:00:20 +0100 Subject: [PATCH] Configured the tooltip delay to 0.1s --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index 958196b..210aeb8 100644 --- a/project.godot +++ b/project.godot @@ -185,6 +185,10 @@ window/dpi/allow_hidpi=true enabled=PoolStringArray( "material_maker" ) +[gui] + +timers/tooltip_delay_sec=0.1 + [logging] file_logging/enable_file_logging=true