online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/board/Game.gd')
| -rw-r--r-- | ui/board/Game.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/board/Game.gd b/ui/board/Game.gd index 556c184..7f28653 100644 --- a/ui/board/Game.gd +++ b/ui/board/Game.gd @@ -39,4 +39,4 @@ func set_panel(pnl: UserPanel, name: String, country: String) -> void: func _unhandled_input(event: InputEvent): if event is InputEventKey and event.pressed and event.scancode == KEY_Z: - chat.visible = !chat.visible
\ No newline at end of file + chat.visible = !chat.visible |