fix mouse input sync

This commit is contained in:
Nordup 2023-06-20 10:43:49 +04:00
parent 602780df6c
commit 5127e93fc7

View file

@ -4,7 +4,8 @@ extends Node
@export var ui_events: UiEvents
var input_sync: InputSync
var should_send := true
var should_send := false
func _ready() -> void:
gate_events.gate_entered.connect(start_server)