We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967b2be commit 4e7d30aCopy full SHA for 4e7d30a
1 file changed
scenes/globals/mouse_manager/mouse_manager.gd
@@ -20,7 +20,7 @@ func _ready() -> void:
20
func _input(event: InputEvent) -> void:
21
if event is InputEventMouseMotion:
22
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
23
- hide_timer.start(3)
+ hide_timer.start()
24
25
26
func _on_hide_timer_timeout() -> void:
0 commit comments