online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/board/Game.gd')
-rw-r--r--ui/board/Game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/board/Game.gd b/ui/board/Game.gd
index f6d7e42..14ab685 100644
--- a/ui/board/Game.gd
+++ b/ui/board/Game.gd
@@ -30,7 +30,7 @@ func set_status(text: String, length := 5) -> void:
func get_board() -> AspectRatioContainer:
- return $Holder/middle/Board as AspectRatioContainer
+ return $"%Board" as AspectRatioContainer
func _spectate_info(info: Dictionary) -> void: