mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
fix mouse input sync
This commit is contained in:
parent
602780df6c
commit
5127e93fc7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ extends Node
|
||||||
@export var ui_events: UiEvents
|
@export var ui_events: UiEvents
|
||||||
|
|
||||||
var input_sync: InputSync
|
var input_sync: InputSync
|
||||||
var should_send := true
|
var should_send := false
|
||||||
|
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
gate_events.gate_entered.connect(start_server)
|
gate_events.gate_entered.connect(start_server)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue