gate info

This commit is contained in:
Nordup 2024-12-03 11:10:50 +04:00
parent 71b8d06c69
commit a425178538
10 changed files with 177 additions and 72 deletions

View file

@ -26,7 +26,7 @@ func start_server() -> void:
func on_ui_mode_changed(mode: UiEvents.UiMode) -> void:
should_send = mode == UiEvents.UiMode.FULL_SCREEN
should_send = mode == UiEvents.UiMode.FOCUSED
func _input(_event: InputEvent) -> void: