fix game menu

This commit is contained in:
2026-06-29 23:56:37 +02:00
parent c6893b7ee8
commit 1b5b364313
5 changed files with 25 additions and 20 deletions

View File

@@ -793,6 +793,8 @@ func _reset_viewport_input_state() -> void:
func _input(event):
if Engine.is_editor_hint(): return
if not visible or is_animating: return
if get_viewport().is_input_handled(): return
var handled = false
if event is InputEventMouse or event is InputEventMouseMotion: